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

#include <GPU_vertex_format.h>

Public Attributes

uint fetch_mode: 2
 
uint comp_type: 3
 
uint comp_len: 5
 
uint size: 7
 
uint offset: 11
 
uint name_len: 3
 
uchar names [GPU_VERT_ATTR_MAX_NAMES]
 

Detailed Description

Definition at line 50 of file GPU_vertex_format.h.

Member Data Documentation

◆ comp_len

uint GPUVertAttr::comp_len

◆ comp_type

uint GPUVertAttr::comp_type

◆ fetch_mode

uint GPUVertAttr::fetch_mode

Definition at line 52 of file GPU_vertex_format.h.

Referenced by GPU_vertformat_attr_add().

◆ name_len

uint GPUVertAttr::name_len

◆ names

uchar GPUVertAttr::names[GPU_VERT_ATTR_MAX_NAMES]

◆ offset

uint GPUVertAttr::offset

◆ size

uint GPUVertAttr::size

Definition at line 58 of file GPU_vertex_format.h.

Referenced by GPU_vertformat_attr_add(), and VertexFormat_pack().


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