MTLRenderPipelineState_Extensions Class

Definition

Extension methods to the IMTLRenderPipelineState interface to support all the methods from the IMTLRenderPipelineState protocol.

public static class MTLRenderPipelineState_Extensions
type MTLRenderPipelineState_Extensions = class
Inheritance
MTLRenderPipelineState_Extensions

Remarks

The extension methods for IMTLRenderPipelineState allow developers to treat instances of the interface as having all the optional methods of the original IMTLRenderPipelineState protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

GetImageblockMemoryLength(IMTLRenderPipelineState, MTLSize)
GetImageblockSampleLength(IMTLRenderPipelineState)
GetMaxTotalThreadsPerThreadgroup(IMTLRenderPipelineState)
GetSupportIndirectCommandBuffers(IMTLRenderPipelineState)
GetThreadgroupSizeMatchesTileSize(IMTLRenderPipelineState)

Applies to