Blender V4.3
blender::gpu::ShaderCompiler::Sources Struct Reference

#include <gpu_shader_private.hh>

Public Attributes

std::string vert
 
std::string geom
 
std::string frag
 
std::string comp
 

Detailed Description

Definition at line 169 of file gpu_shader_private.hh.

Member Data Documentation

◆ comp

std::string blender::gpu::ShaderCompiler::Sources::comp

Definition at line 173 of file gpu_shader_private.hh.

◆ frag

std::string blender::gpu::ShaderCompiler::Sources::frag

Definition at line 172 of file gpu_shader_private.hh.

◆ geom

std::string blender::gpu::ShaderCompiler::Sources::geom

Definition at line 171 of file gpu_shader_private.hh.

◆ vert

std::string blender::gpu::ShaderCompiler::Sources::vert

Definition at line 170 of file gpu_shader_private.hh.


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