Blender  V3.3
Public Attributes | List of all members
GPUVertBufRaw Struct Reference

#include <GPU_vertex_buffer.h>

Public Attributes

uint size
 
uint stride
 
unsigned char * data
 
unsigned char * data_init
 

Detailed Description

For low level access only.

Definition at line 121 of file GPU_vertex_buffer.h.

Member Data Documentation

◆ data

unsigned char* GPUVertBufRaw::data

Definition at line 124 of file GPU_vertex_buffer.h.

Referenced by GPU_vertbuf_attr_get_raw_data().

◆ data_init

unsigned char* GPUVertBufRaw::data_init

Definition at line 125 of file GPU_vertex_buffer.h.

Referenced by GPU_vertbuf_attr_get_raw_data().

◆ size

uint GPUVertBufRaw::size

Definition at line 122 of file GPU_vertex_buffer.h.

Referenced by GPU_vertbuf_attr_get_raw_data().

◆ stride

uint GPUVertBufRaw::stride

Definition at line 123 of file GPU_vertex_buffer.h.

Referenced by GPU_vertbuf_attr_get_raw_data().


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