|
Blender V4.3
|
#include <mtl_shader.hh>
Public Attributes | |
| uint32_t | shader_pso_index |
| int | base_uniform_buffer_index = -1 |
| int | base_storage_buffer_index = -1 |
| id< MTLFunction > | compute = nil |
| id< MTLComputePipelineState > | pso = nil |
Definition at line 122 of file mtl_shader.hh.
| int blender::gpu::MTLComputePipelineStateInstance::base_storage_buffer_index = -1 |
Definition at line 131 of file mtl_shader.hh.
Referenced by blender::gpu::MTLShader::bake_compute_pipeline_state(), and blender::gpu::MTLContext::ensure_buffer_bindings().
| int blender::gpu::MTLComputePipelineStateInstance::base_uniform_buffer_index = -1 |
Definition at line 129 of file mtl_shader.hh.
Referenced by blender::gpu::MTLShader::bake_compute_pipeline_state(), blender::gpu::MTLContext::ensure_buffer_bindings(), and blender::gpu::MTLContext::ensure_texture_bindings().
| id<MTLFunction> blender::gpu::MTLComputePipelineStateInstance::compute = nil |
Definition at line 135 of file mtl_shader.hh.
Referenced by blender::gpu::MTLShader::bake_compute_pipeline_state(), and blender::gpu::MTLContext::ensure_texture_bindings().
| id<MTLComputePipelineState> blender::gpu::MTLComputePipelineStateInstance::pso = nil |
| uint32_t blender::gpu::MTLComputePipelineStateInstance::shader_pso_index |
Derived information.
Definition at line 126 of file mtl_shader.hh.
Referenced by blender::gpu::MTLShader::bake_compute_pipeline_state().