Blender V5.0
GPULayerAttr Struct Reference

#include <GPU_material.hh>

Public Attributes

GPULayerAttrnext
GPULayerAttrprev
char name [256]
uint32_t hash_code
int users

Detailed Description

Definition at line 182 of file GPU_material.hh.

Member Data Documentation

◆ hash_code

uint32_t GPULayerAttr::hash_code

Hash of name[68].

Definition at line 188 of file GPU_material.hh.

Referenced by gpu_node_graph_add_layer_attribute(), and LayerAttribute::sync().

◆ name

char GPULayerAttr::name[256]

Definition at line 186 of file GPU_material.hh.

Referenced by gpu_node_graph_add_layer_attribute(), and LayerAttribute::sync().

◆ next

GPULayerAttr* GPULayerAttr::next

Definition at line 183 of file GPU_material.hh.

Referenced by gpu_node_graph_add_layer_attribute().

◆ prev

GPULayerAttr * GPULayerAttr::prev

Definition at line 183 of file GPU_material.hh.

◆ users

int GPULayerAttr::users

Definition at line 191 of file GPU_material.hh.

Referenced by gpu_node_graph_add_layer_attribute().


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