Blender V2.61 - r43446
Public Attributes

GPUFunction Struct Reference

#include <gpu_codegen.h>

List of all members.

Public Attributes

char name [MAX_FUNCTION_NAME]
int paramtype [MAX_PARAMETER]
int paramqual [MAX_PARAMETER]
int totparam

Detailed Description

Definition at line 54 of file gpu_codegen.h.


Member Data Documentation

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().


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