|
Blender V5.0
|
#include <mtl_context.hh>
Public Member Functions | |
| bool | operator== (const MTLSamplerArray &other) const |
| uint32_t | hash () const |
Public Attributes | |
| uint | num_samplers |
| MTLSamplerState | mtl_sampler_flags [MTL_MAX_TEXTURE_SLOTS] |
| id< MTLSamplerState > | mtl_sampler [MTL_MAX_TEXTURE_SLOTS] |
Definition at line 394 of file mtl_context.hh.
|
inline |
|
inline |
Definition at line 400 of file mtl_context.hh.
References mtl_sampler_flags, and num_samplers.
| id<MTLSamplerState> blender::gpu::MTLSamplerArray::mtl_sampler[MTL_MAX_TEXTURE_SLOTS] |
Definition at line 398 of file mtl_context.hh.
| MTLSamplerState blender::gpu::MTLSamplerArray::mtl_sampler_flags[MTL_MAX_TEXTURE_SLOTS] |
Definition at line 397 of file mtl_context.hh.
Referenced by operator==().
| uint blender::gpu::MTLSamplerArray::num_samplers |
Definition at line 395 of file mtl_context.hh.
Referenced by operator==().