|
Blender V4.5
|
#include <gpu_material_library.hh>
Public Attributes | |
| char | name [MAX_FUNCTION_NAME] |
| eGPUType | paramtype [MAX_PARAMETER] |
| GPUFunctionQual | paramqual [MAX_PARAMETER] |
| int | totparam |
| void * | source |
Definition at line 25 of file gpu_material_library.hh.
| char GPUFunction::name[MAX_FUNCTION_NAME] |
Definition at line 26 of file gpu_material_library.hh.
Referenced by blender::gpu::GPUSource::add_function().
| GPUFunctionQual GPUFunction::paramqual[MAX_PARAMETER] |
Definition at line 28 of file gpu_material_library.hh.
Referenced by blender::gpu::GPUSource::add_function(), GPU_link(), and gpu_stack_link_v().
| eGPUType GPUFunction::paramtype[MAX_PARAMETER] |
Definition at line 27 of file gpu_material_library.hh.
Referenced by blender::gpu::GPUSource::add_function(), GPU_link(), and gpu_stack_link_v().
| void* GPUFunction::source |
Definition at line 31 of file gpu_material_library.hh.
Referenced by blender::gpu::GPUSource::add_function(), and gpu_material_library_use_function().
| int GPUFunction::totparam |
Definition at line 29 of file gpu_material_library.hh.
Referenced by blender::gpu::GPUSource::add_function(), GPU_link(), and gpu_stack_link_v().