C++ Interfaces

IConstantBuffer
The representation of a constant buffer/uniform buffer - basically, a data buffer to be handed to a shader.
IGraphicsDevice
The main interface that Cathode Retro uses to interact with the graphics device.
IRenderTarget
The representation of a render target/frame buffer object, used as the output for a render pass.
ITexture
The representation of a texture created by the graphics device.