Exposes Metal-specific functionality of a texture view object. More...
#include <TextureViewMtl.h>
Public Member Functions | |
virtual id< MTLTexture > DILIGENT_CALL_TYPE | GetMtlTexture () const =0 |
Returns a pointer to Metal texture view (MTLTexture) | |
![]() | |
virtual const TextureViewDesc &DILIGENT_CALL_TYPE | GetDesc () const override=0 |
Returns the texture view description used to create the object. | |
virtual void DILIGENT_CALL_TYPE | SetSampler (struct ISampler *pSampler)=0 |
virtual struct ISampler *DILIGENT_CALL_TYPE | GetSampler ()=0 |
Returns the pointer to the sampler object set by the ITextureView::SetSampler(). | |
virtual struct ITexture *DILIGENT_CALL_TYPE | GetTexture ()=0 |
Returns a pointer to the referenced texture object. | |
![]() | |
virtual Int32 DILIGENT_CALL_TYPE | GetUniqueID () const =0 |
Returns unique identifier assigned to an object. | |
virtual void DILIGENT_CALL_TYPE | SetUserData (IObject *pUserData)=0 |
Stores a pointer to the user-provided data object. | |
virtual IObject *DILIGENT_CALL_TYPE | GetUserData () const =0 |
Returns a pointer to the user data object previously set with SetUserData() method. | |
![]() | |
virtual void DILIGENT_CALL_TYPE | QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0 |
Queries the specific interface. | |
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE | AddRef ()=0 |
Increments the number of strong references by 1. | |
virtual ReferenceCounterValueType DILIGENT_CALL_TYPE | Release ()=0 |
virtual IReferenceCounters *DILIGENT_CALL_TYPE | GetReferenceCounters () const =0 |
Exposes Metal-specific functionality of a texture view object.