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

#include <GPU_material.h>

Public Attributes

eGPUType type
 
float vec [4]
 
struct GPUNodeLinklink
 
bool hasinput
 
bool hasoutput
 
short sockettype
 
bool end
 

Detailed Description

Definition at line 103 of file GPU_material.h.

Member Data Documentation

◆ end

bool GPUNodeStack::end

Definition at line 110 of file GPU_material.h.

Referenced by gpu_stack_from_data_list(), and gpu_stack_link_v().

◆ hasinput

bool GPUNodeStack::hasinput

Definition at line 107 of file GPU_material.h.

Referenced by node_gpu_stack_from_data().

◆ hasoutput

bool GPUNodeStack::hasoutput

Definition at line 108 of file GPU_material.h.

Referenced by node_gpu_stack_from_data().

◆ link

struct GPUNodeLink* GPUNodeStack::link

◆ sockettype

short GPUNodeStack::sockettype

Definition at line 109 of file GPU_material.h.

Referenced by node_data_from_gpu_stack(), and node_gpu_stack_from_data().

◆ type

eGPUType GPUNodeStack::type

◆ vec

float GPUNodeStack::vec[4]

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