Blender V5.0
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 302 of file GPU_vertex_buffer.hh.

Member Data Documentation

◆ _data_end

unsigned char* GPUVertBufRaw::_data_end

Definition at line 309 of file GPU_vertex_buffer.hh.

Referenced by GPU_vertbuf_attr_get_raw_data().

◆ data

unsigned char* GPUVertBufRaw::data

◆ data_init

unsigned char* GPUVertBufRaw::data_init

Definition at line 306 of file GPU_vertex_buffer.hh.

Referenced by GPU_vertbuf_attr_get_raw_data(), and GPU_vertbuf_raw_used().

◆ size

uint GPUVertBufRaw::size

Definition at line 303 of file GPU_vertex_buffer.hh.

Referenced by GPU_vertbuf_attr_get_raw_data().

◆ stride

uint GPUVertBufRaw::stride

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