Blender  V3.3
Public Member Functions | Public Attributes | List of all members
blender::gpu::MTLSamplerBinding Struct Reference

#include <mtl_context.hh>

Public Member Functions

bool operator== (MTLSamplerBinding const &other) const
 

Public Attributes

bool used
 
MTLSamplerState state
 

Detailed Description

Definition at line 48 of file mtl_context.hh.

Member Function Documentation

◆ operator==()

bool blender::gpu::MTLSamplerBinding::operator== ( MTLSamplerBinding const &  other) const
inline

Definition at line 52 of file mtl_context.hh.

References state, and used.

Member Data Documentation

◆ state

MTLSamplerState blender::gpu::MTLSamplerBinding::state

Definition at line 50 of file mtl_context.hh.

Referenced by operator==().

◆ used

bool blender::gpu::MTLSamplerBinding::used

Definition at line 49 of file mtl_context.hh.

Referenced by operator==(), and blender::gpu::MTLContext::pipeline_state_init().


The documentation for this struct was generated from the following file: