Blender V5.0
GPUFunction Struct Reference

#include <gpu_material_library.hh>

Public Attributes

char name [MAX_FUNCTION_NAME]
GPUType paramtype [MAX_PARAMETER]
GPUFunctionQual paramqual [MAX_PARAMETER]
int totparam
void * source

Detailed Description

Definition at line 24 of file gpu_material_library.hh.

Member Data Documentation

◆ name

char GPUFunction::name[MAX_FUNCTION_NAME]

Definition at line 25 of file gpu_material_library.hh.

Referenced by blender::gpu::GPUSource::add_function().

◆ paramqual

GPUFunctionQual GPUFunction::paramqual[MAX_PARAMETER]

◆ paramtype

GPUType GPUFunction::paramtype[MAX_PARAMETER]

◆ source

void* GPUFunction::source

◆ totparam

int GPUFunction::totparam

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