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

#include <DNA_node_types.h>

Public Attributes

int mode
 
int flag
 
char filepath [1024]
 
char bytecode_hash [64]
 
char * bytecode
 

Detailed Description

Definition at line 1080 of file DNA_node_types.h.

Member Data Documentation

◆ bytecode

char* NodeShaderScript::bytecode

◆ bytecode_hash

char NodeShaderScript::bytecode_hash[64]

Definition at line 1087 of file DNA_node_types.h.

◆ filepath

char NodeShaderScript::filepath[1024]

1024 = FILE_MAX.

Definition at line 1085 of file DNA_node_types.h.

Referenced by node_foreach_path(), and blender::ed::space_node::node_shader_script_update_poll().

◆ flag

int NodeShaderScript::flag

Definition at line 1082 of file DNA_node_types.h.

◆ mode

int NodeShaderScript::mode

Definition at line 1081 of file DNA_node_types.h.


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