CathodeRetro::ITexture
This is one of the interfaces that the user code needs to implement in order to use the
CathodeRetro class.
See Implementing the Required Interfaces for details.
This interface represents a texture that can be used as an input to
IGraphicsDevice::.
Index
Interface Methods
Interface Methods
- Width
-
uint32_t Width() constDescription
Return the width of the texture. Return Value
Type:
uint32_tThe width of the texture.
- Height
-
uint32_t Height() constDescription
Return the height of the texture. Return Value
Type:
uint32_tThe height of the texture.
- MipCount
-
uint32_t MipCount() constDescription
Return the number of mipmap levels that the texture contains. Return Value
Type:
uint32_tThe number of mipmap levels that the texture contains.
- Format
-
TextureFormat Format() constDescription
Return the format of the texture. Return Value
Type:
TextureFormatThe format of the texture.