Cogs.Core
|
Public Member Functions | |
virtual Vendors::EVendors | getVendor () const override |
Gets the known vendor of the initialized graphics device. | |
virtual Series::ESeries | getSeries () const override |
Gets the series of GPUs the currently initialized graphics device belongs to. | |
virtual bool | supportsInstancing () const override |
Check if the graphics device supports instancing. | |
virtual const GraphicsDeviceCapabilities & | getDeviceCapabilities () const override |
Gets the device capabilities in a structure. | |
![]() | |
virtual Vendors::EVendors | getVendor () const |
Gets the known vendor of the initialized graphics device. | |
virtual Series::ESeries | getSeries () const |
Gets the series of GPUs the currently initialized graphics device belongs to. | |
virtual int | getModel () const |
Gets the model number of the initialized graphics device. | |
virtual bool | supportsInstancing () const |
Check if the graphics device supports instancing. | |
virtual int | getMaxTextureSlots () const |
Gets maximum number of supported texture slots. | |
virtual const GraphicsDeviceCapabilities & | getDeviceCapabilities () const |
Gets the device capabilities in a structure. | |
Private Attributes | |
GraphicsDeviceCapabilities | capabilities |
Definition at line 6 of file CapabilitiesNull.h.
|
inlineoverridevirtual |
Gets the device capabilities in a structure.
Reimplemented from Cogs::ICapabilities.
Definition at line 20 of file CapabilitiesNull.h.
|
inlineoverridevirtual |
Gets the series of GPUs the currently initialized graphics device belongs to.
Reimplemented from Cogs::ICapabilities.
Definition at line 12 of file CapabilitiesNull.h.
References Cogs::Series::Unknown.
|
inlineoverridevirtual |
Gets the known vendor of the initialized graphics device.
Reimplemented from Cogs::ICapabilities.
Definition at line 8 of file CapabilitiesNull.h.
References Cogs::Vendors::Unknown.
|
inlineoverridevirtual |
Check if the graphics device supports instancing.
Reimplemented from Cogs::ICapabilities.
Definition at line 16 of file CapabilitiesNull.h.
|
private |
Definition at line 25 of file CapabilitiesNull.h.