Blender  V3.3
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
 
const char * create_info
 
const char * clipped_create_info
 

Detailed Description

Definition at line 108 of file gpu_shader_builtin.c.

Member Data Documentation

◆ clipped_create_info

const char* GPUShaderStages::clipped_create_info

Definition at line 118 of file gpu_shader_builtin.c.

◆ create_info

const char* GPUShaderStages::create_info

Definition at line 117 of file gpu_shader_builtin.c.

Referenced by GPU_shader_get_builtin_shader_with_config().

◆ defs

const char* GPUShaderStages::defs

Optional.

Definition at line 115 of file gpu_shader_builtin.c.

◆ frag

const char* GPUShaderStages::frag

Definition at line 113 of file gpu_shader_builtin.c.

◆ geom

const char* GPUShaderStages::geom

Optional.

Definition at line 112 of file gpu_shader_builtin.c.

◆ name

const char* GPUShaderStages::name

Definition at line 109 of file gpu_shader_builtin.c.

Referenced by GPU_shader_get_builtin_shader_with_config().

◆ vert

const char* GPUShaderStages::vert

Definition at line 110 of file gpu_shader_builtin.c.


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