Blender  V2.93
Public Attributes | List of all members
GPUShaderStages Struct Reference

Public Attributes

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

Detailed Description

Definition at line 153 of file gpu_shader_builtin.c.

Member Data Documentation

◆ defs

const char* GPUShaderStages::defs

Optional.

Definition at line 160 of file gpu_shader_builtin.c.

Referenced by GPU_shader_get_builtin_shader_code().

◆ frag

const char* GPUShaderStages::frag

Definition at line 158 of file gpu_shader_builtin.c.

Referenced by GPU_shader_get_builtin_shader_code().

◆ geom

const char* GPUShaderStages::geom

Optional.

Definition at line 157 of file gpu_shader_builtin.c.

Referenced by GPU_shader_get_builtin_shader_code().

◆ name

const char* GPUShaderStages::name

Definition at line 154 of file gpu_shader_builtin.c.

Referenced by GPU_shader_get_builtin_shader_with_config().

◆ vert

const char* GPUShaderStages::vert

Definition at line 155 of file gpu_shader_builtin.c.

Referenced by GPU_shader_get_builtin_shader_code().


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