![]() |
Blender V2.61 - r43446
|
#include <gpu_codegen.h>
Public Attributes | |
| char | name [MAX_FUNCTION_NAME] |
| int | paramtype [MAX_PARAMETER] |
| int | paramqual [MAX_PARAMETER] |
| int | totparam |
Definition at line 54 of file gpu_codegen.h.
| char GPUFunction::name[MAX_FUNCTION_NAME] |
Definition at line 55 of file gpu_codegen.h.
Referenced by gpu_parse_functions_string().
| int GPUFunction::paramqual[MAX_PARAMETER] |
Definition at line 57 of file gpu_codegen.h.
Referenced by GPU_link(), gpu_parse_functions_string(), and GPU_stack_link().
| int GPUFunction::paramtype[MAX_PARAMETER] |
Definition at line 56 of file gpu_codegen.h.
Referenced by GPU_link(), gpu_parse_functions_string(), and GPU_stack_link().
Definition at line 58 of file gpu_codegen.h.
Referenced by GPU_link(), gpu_parse_functions_string(), and GPU_stack_link().