Blender V4.3
GPULayerAttr Struct Reference

#include <GPU_material.hh>

Public Attributes

GPULayerAttrnext
 
GPULayerAttrprev
 
char name [68]
 
uint32_t hash_code
 
int users
 

Detailed Description

Definition at line 399 of file GPU_material.hh.

Member Data Documentation

◆ hash_code

uint32_t GPULayerAttr::hash_code

Hash of name[68].

Definition at line 405 of file GPU_material.hh.

Referenced by drw_register_shader_vlattrs(), and gpu_node_graph_add_layer_attribute().

◆ name

char GPULayerAttr::name[68]

Definition at line 403 of file GPU_material.hh.

Referenced by gpu_node_graph_add_layer_attribute().

◆ next

GPULayerAttr* GPULayerAttr::next

◆ prev

GPULayerAttr * GPULayerAttr::prev

Definition at line 400 of file GPU_material.hh.

Referenced by drw_register_shader_vlattrs().

◆ users

int GPULayerAttr::users

Definition at line 408 of file GPU_material.hh.

Referenced by gpu_node_graph_add_layer_attribute().


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