|
Blender V4.3
|
#include <mtl_pso_descriptor_state.hh>
Public Member Functions | |
| bool | operator== (const MTLVertexBufferLayoutDescriptorPSO &other) const |
| uint64_t | hash () const |
| void | reset () |
Public Attributes | |
| MTLVertexStepFunction | step_function |
| int | step_rate |
| int | stride |
Definition at line 52 of file mtl_pso_descriptor_state.hh.
|
inline |
Definition at line 63 of file mtl_pso_descriptor_state.hh.
Referenced by blender::gpu::MTLVertexDescriptor::hash().
|
inline |
Definition at line 57 of file mtl_pso_descriptor_state.hh.
References step_function, step_rate, and stride.
|
inline |
Definition at line 68 of file mtl_pso_descriptor_state.hh.
References step_function, step_rate, and stride.
| MTLVertexStepFunction blender::gpu::MTLVertexBufferLayoutDescriptorPSO::step_function |
Definition at line 53 of file mtl_pso_descriptor_state.hh.
Referenced by blender::gpu::MTLShader::bake_pipeline_state(), blender::gpu::MTLImmediate::end(), operator==(), and reset().
| int blender::gpu::MTLVertexBufferLayoutDescriptorPSO::step_rate |
Definition at line 54 of file mtl_pso_descriptor_state.hh.
Referenced by blender::gpu::MTLShader::bake_pipeline_state(), blender::gpu::MTLImmediate::end(), operator==(), and reset().
| int blender::gpu::MTLVertexBufferLayoutDescriptorPSO::stride |
Definition at line 55 of file mtl_pso_descriptor_state.hh.
Referenced by blender::gpu::MTLShader::bake_pipeline_state(), blender::gpu::MTLImmediate::end(), operator==(), and reset().