Loading...
Searching...
No Matches
ULRenderBuffer

#include <Ultralight/CAPI/CAPI_GPUDriver.h>

Overview

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.
 

Member Data Documentation

◆ has_depth_buffer

bool has_depth_buffer

Currently unsued, always false.

◆ has_stencil_buffer

bool has_stencil_buffer

Currently unused, always false.

◆ height

unsigned int height

The height of the RenderBuffer texture.

◆ texture_id

unsigned int texture_id

The backing texture for this RenderBuffer.

◆ width

unsigned int width

The width of the RenderBuffer texture.


The documentation for this struct was generated from the following file: