Loading...
Searching...
No Matches
ULVertexBuffer

#include <Ultralight/CAPI/CAPI_GPUDriver.h>

Overview

Vertex buffer description.

See also
ULGPUDriver::create_geometry

Public Attributes

ULVertexBufferFormat format
 The format of the vertex buffer.
 
unsigned int size
 The size of the vertex buffer in bytes.
 
unsigned char * data
 The raw vertex buffer data.
 

Member Data Documentation

◆ data

unsigned char* data

The raw vertex buffer data.

◆ format

The format of the vertex buffer.

◆ size

unsigned int size

The size of the vertex buffer in bytes.


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