|
Blender V4.3
|
#include <mtl_context.hh>
Public Member Functions | |
| void | set (MTLShader *shader, uint pso_index) |
Public Attributes | |
| MTLShader * | shader_ = nullptr |
| uint | pso_index_ |
Definition at line 72 of file mtl_context.hh.
Definition at line 75 of file mtl_context.hh.
References pso_index_, and shader_.
Referenced by blender::gpu::MTLContext::ensure_buffer_bindings(), and blender::gpu::MTLRenderPassState::reset_state().
| uint blender::gpu::MTLBoundShaderState::pso_index_ |
Definition at line 74 of file mtl_context.hh.
Referenced by blender::gpu::MTLContext::ensure_buffer_bindings(), and set().
| MTLShader* blender::gpu::MTLBoundShaderState::shader_ = nullptr |
Definition at line 73 of file mtl_context.hh.
Referenced by blender::gpu::MTLContext::ensure_buffer_bindings(), and set().