Blender  V2.93
Public Attributes | List of all members
GPUMaterialAttribute Struct Reference

#include <GPU_material.h>

Public Attributes

struct GPUMaterialAttributenext
 
struct GPUMaterialAttributeprev
 
int type
 
char name [64]
 
eGPUType gputype
 
int id
 
int users
 

Detailed Description

Definition at line 232 of file GPU_material.h.

Member Data Documentation

◆ gputype

eGPUType GPUMaterialAttribute::gputype

Definition at line 236 of file GPU_material.h.

Referenced by gpu_node_input_link().

◆ id

int GPUMaterialAttribute::id

Definition at line 237 of file GPU_material.h.

Referenced by gpu_node_graph_add_attribute().

◆ name

char GPUMaterialAttribute::name[64]

Definition at line 235 of file GPU_material.h.

Referenced by gpu_node_graph_add_attribute().

◆ next

struct GPUMaterialAttribute* GPUMaterialAttribute::next

Definition at line 233 of file GPU_material.h.

Referenced by gpu_node_graph_add_attribute().

◆ prev

struct GPUMaterialAttribute * GPUMaterialAttribute::prev

Definition at line 233 of file GPU_material.h.

◆ type

int GPUMaterialAttribute::type

Definition at line 234 of file GPU_material.h.

Referenced by gpu_node_graph_add_attribute().

◆ users

int GPUMaterialAttribute::users

Definition at line 238 of file GPU_material.h.

Referenced by gpu_inputs_free(), and gpu_node_graph_add_attribute().


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