|
Blender V5.0
|
#include <mtl_shader_generator.hh>
Public Attributes | |
| std::string | type_name |
| std::string | varname |
| bool | is_array |
| std::string | array_decl |
Definition at line 326 of file mtl_shader_generator.hh.
| std::string blender::gpu::MSLSharedMemoryBlock::array_decl |
Definition at line 331 of file mtl_shader_generator.hh.
| bool blender::gpu::MSLSharedMemoryBlock::is_array |
Definition at line 330 of file mtl_shader_generator.hh.
| std::string blender::gpu::MSLSharedMemoryBlock::type_name |
Definition at line 328 of file mtl_shader_generator.hh.
| std::string blender::gpu::MSLSharedMemoryBlock::varname |
Definition at line 329 of file mtl_shader_generator.hh.