2D (width,height) size structure - Integer
Definition: size.h:167
Render target buffer object class.
Definition: render_buffer.h:40
TextureFormat
Texture format.
Definition: texture_format.h:35
Definition: texture_format.h:38
virtual Size size() const =0
Returns the render buffer size.
static std::shared_ptr< RenderBuffer > create(const GraphicContextPtr &context, int width, int height, TextureFormat texture_format=tf_rgba8, int multisample_samples=0)
Constructs a render target buffer.
std::shared_ptr< RenderBuffer > RenderBufferPtr
Definition: d3d_target.h:45
std::shared_ptr< GraphicContext > GraphicContextPtr
Definition: d3d_target.h:49
Definition: Application/application.h:35