|
Blender V4.3
|
#include <mtl_shader.hh>
Public Attributes | |
| NSString * | msl_source_vert_ = @"@"" |
| NSString * | msl_source_frag_ = @"@"" |
| NSString * | msl_source_compute_ = @"@"" |
| std::string | glsl_vertex_source_ = "" |
| std::string | glsl_fragment_source_ = "" |
| std::string | glsl_compute_source_ = "" |
| bool | source_from_msl_ = false |
Definition at line 141 of file mtl_shader.hh.
| std::string blender::gpu::MTLShaderBuilder::glsl_compute_source_ = "" |
Definition at line 149 of file mtl_shader.hh.
| std::string blender::gpu::MTLShaderBuilder::glsl_fragment_source_ = "" |
Definition at line 148 of file mtl_shader.hh.
| std::string blender::gpu::MTLShaderBuilder::glsl_vertex_source_ = "" |
Definition at line 147 of file mtl_shader.hh.
| NSString* blender::gpu::MTLShaderBuilder::msl_source_compute_ = @"@"" |
Definition at line 144 of file mtl_shader.hh.
| NSString* blender::gpu::MTLShaderBuilder::msl_source_frag_ = @"@"" |
Definition at line 143 of file mtl_shader.hh.
| NSString* blender::gpu::MTLShaderBuilder::msl_source_vert_ = @"@"" |
Definition at line 142 of file mtl_shader.hh.
| bool blender::gpu::MTLShaderBuilder::source_from_msl_ = false |
Definition at line 152 of file mtl_shader.hh.