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

#include <GPU_shader.h>

Public Attributes

const char ** vert
 
const char ** geom
 
const char ** frag
 
const char ** defs
 

Detailed Description

Definition at line 61 of file GPU_shader.h.

Member Data Documentation

◆ defs

const char ** GPU_ShaderCreateFromArray_Params::defs

Definition at line 62 of file GPU_shader.h.

◆ frag

const char ** GPU_ShaderCreateFromArray_Params::frag

Definition at line 62 of file GPU_shader.h.

◆ geom

const char ** GPU_ShaderCreateFromArray_Params::geom

Definition at line 62 of file GPU_shader.h.

◆ vert

const char** GPU_ShaderCreateFromArray_Params::vert

Definition at line 62 of file GPU_shader.h.


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