Loading...
Searching...
No Matches
ULIndexBuffer

#include <Ultralight/CAPI/CAPI_GPUDriver.h>

Overview

Index buffer description.

This structure describes an index buffer that can be used to index into a vertex buffer.

Note
The index buffer is a simple array of IndexType values.

Public Attributes

unsigned int size
 The size of the index buffer in bytes.
 
unsigned char * data
 The raw index buffer data.
 

Member Data Documentation

◆ data

unsigned char* data

The raw index buffer data.

◆ size

unsigned int size

The size of the index buffer in bytes.


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