Loading...
Searching...
No Matches
VertexBuffer

#include <Ultralight/platform/GPUDriver.h>

Overview

Vertex buffer description.

See also
GPUDriver::CreateGeometry

Public Attributes

VertexBufferFormat format
 The format of the vertex buffer.
 
uint32_t size
 The size of the vertex buffer in bytes.
 
uint8_t * data
 The raw vertex buffer data.
 

Member Data Documentation

◆ data

uint8_t* data

The raw vertex buffer data.

◆ format

The format of the vertex buffer.

◆ size

uint32_t size

The size of the vertex buffer in bytes.


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