Blender V4.3
GPUVertBufRaw Struct Reference

#include <GPU_vertex_buffer.hh>

Public Attributes

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

Detailed Description

For low level access only.

Note
This is obsolete, use #VertBuf::data<T>() instead.

Definition at line 236 of file GPU_vertex_buffer.hh.

Member Data Documentation

◆ _data_end

unsigned char* GPUVertBufRaw::_data_end

Definition at line 243 of file GPU_vertex_buffer.hh.

Referenced by GPU_vertbuf_attr_get_raw_data().

◆ data

unsigned char* GPUVertBufRaw::data

Definition at line 239 of file GPU_vertex_buffer.hh.

Referenced by GPU_vertbuf_attr_get_raw_data().

◆ data_init

unsigned char* GPUVertBufRaw::data_init

Definition at line 240 of file GPU_vertex_buffer.hh.

Referenced by GPU_vertbuf_attr_get_raw_data().

◆ size

uint GPUVertBufRaw::size

Definition at line 237 of file GPU_vertex_buffer.hh.

Referenced by GPU_vertbuf_attr_get_raw_data().

◆ stride

uint GPUVertBufRaw::stride

Definition at line 238 of file GPU_vertex_buffer.hh.

Referenced by GPU_vertbuf_attr_get_raw_data().


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