Blender  V2.93
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 sz: 7
 
uint offset: 11
 
uint name_len: 3
 
uchar names [GPU_VERT_ATTR_MAX_NAMES]
 

Detailed Description

Definition at line 66 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 68 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

◆ sz

uint GPUVertAttr::sz

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