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

#include <GPU_index_buffer.h>

Public Attributes

uint max_allowed_index
 
uint max_index_len
 
uint index_len
 
uint index_min
 
uint index_max
 
GPUPrimType prim_type
 
uint32_tdata
 

Detailed Description

Definition at line 23 of file GPU_index_buffer.h.

Member Data Documentation

◆ data

uint32_t* GPUIndexBufBuilder::data

◆ index_len

uint GPUIndexBufBuilder::index_len

◆ index_max

uint GPUIndexBufBuilder::index_max

◆ index_min

uint GPUIndexBufBuilder::index_min

◆ max_allowed_index

uint GPUIndexBufBuilder::max_allowed_index

Definition at line 24 of file GPU_index_buffer.h.

Referenced by GPU_indexbuf_init_ex().

◆ max_index_len

uint GPUIndexBufBuilder::max_index_len

◆ prim_type

GPUPrimType GPUIndexBufBuilder::prim_type

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