CathodeRetro::IRenderTarget
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 render target that can be used either as an input or output to
IGraphicsDevice::.
This interface is derived from ITexture.
Index
Interface Methods inherited from ITexture
Interface Methods inherited from ITexture
- 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.