Blender  V2.93
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

Definition at line 106 of file GPU_vertex_buffer.h.

Member Data Documentation

◆ data

unsigned char* GPUVertBufRaw::data

Definition at line 109 of file GPU_vertex_buffer.h.

Referenced by GPU_vertbuf_attr_get_raw_data().

◆ data_init

unsigned char* GPUVertBufRaw::data_init

Definition at line 110 of file GPU_vertex_buffer.h.

Referenced by GPU_vertbuf_attr_get_raw_data().

◆ size

uint GPUVertBufRaw::size

◆ stride

uint GPUVertBufRaw::stride

Definition at line 108 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: