|
Blender V4.3
|
#include <mtl_shader_generator.hh>
Public Attributes | |
| std::string | type_name |
| std::string | varname |
| bool | is_array |
| std::string | array_decl |
Definition at line 395 of file mtl_shader_generator.hh.
| std::string blender::gpu::MSLSharedMemoryBlock::array_decl |
Definition at line 400 of file mtl_shader_generator.hh.
Referenced by blender::gpu::extract_shared_memory_blocks().
| bool blender::gpu::MSLSharedMemoryBlock::is_array |
Definition at line 399 of file mtl_shader_generator.hh.
Referenced by blender::gpu::extract_shared_memory_blocks().
| std::string blender::gpu::MSLSharedMemoryBlock::type_name |
Definition at line 397 of file mtl_shader_generator.hh.
Referenced by blender::gpu::extract_shared_memory_blocks().
| std::string blender::gpu::MSLSharedMemoryBlock::varname |
Definition at line 398 of file mtl_shader_generator.hh.
Referenced by blender::gpu::extract_shared_memory_blocks().