Ultralight C API 1.4.0
|
#include <Ultralight/CAPI/CAPI_GPUDriver.h>
Render buffer description.
This structure describes a render buffer that can be used as a target for drawing commands.
Public Attributes | |
unsigned int | texture_id |
The backing texture for this RenderBuffer. | |
unsigned int | width |
The width of the RenderBuffer texture. | |
unsigned int | height |
The height of the RenderBuffer texture. | |
bool | has_stencil_buffer |
Currently unused, always false. | |
bool | has_depth_buffer |
Currently unsued, always false. | |
bool has_depth_buffer |
Currently unsued, always false.
bool has_stencil_buffer |
Currently unused, always false.
unsigned int height |
The height of the RenderBuffer texture.
unsigned int texture_id |
The backing texture for this RenderBuffer.
unsigned int width |
The width of the RenderBuffer texture.