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::RenderQuad.

This interface is derived from ITexture.

Index

Interface Methods inherited from ITexture

Interface Methods inherited from ITexture

Width
                uint32_t Width() const
              
Description
Return the width of the texture.
Return Value

Type: uint32_t

The width of the texture.

Height
                uint32_t Height() const
              
Description
Return the height of the texture.
Return Value

Type: uint32_t

The height of the texture.

MipCount
                uint32_t MipCount() const
              
Description
Return the number of mipmap levels that the texture contains.
Return Value

Type: uint32_t

The number of mipmap levels that the texture contains.

Format
                TextureFormat Format() const
              
Description
Return the format of the texture.
Return Value

Type: TextureFormat

The format of the texture.