39 return _supported_types;
54 return (_supported_types & flags) == flags;
63 INLINE
int GraphicsPipe::
64 get_display_width()
const {
65 return _display_width;
72 INLINE
int GraphicsPipe::
73 get_display_height()
const {
74 return _display_height;
int get_supported_types() const
Returns the mask of bits that represents the kinds of GraphicsOutput objects this pipe might be able ...
bool supports_type(int flags) const
A convenience function to ask if a particular type or types of GraphicsObjects are supported.
An abstract device object that is part of Graphics Pipe.
bool is_valid() const
Returns false if this pipe is known to be invalid, meaning that an attempt to create a GraphicsWindow...
GraphicsDevice * get_device() const
Returns a pointer to device object.