Compartir a través de


MTLDevice_Extensions.CreateRenderPipelineState Método

Definición

Sobrecargas

CreateRenderPipelineState(IMTLDevice, MTLTileRenderPipelineDescriptor, MTLPipelineOption, MTLNewRenderPipelineStateWithReflectionCompletionHandler)
CreateRenderPipelineState(IMTLDevice, MTLTileRenderPipelineDescriptor, MTLPipelineOption, MTLRenderPipelineReflection, NSError)

CreateRenderPipelineState(IMTLDevice, MTLTileRenderPipelineDescriptor, MTLPipelineOption, MTLNewRenderPipelineStateWithReflectionCompletionHandler)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void CreateRenderPipelineState (this Metal.IMTLDevice This, Metal.MTLTileRenderPipelineDescriptor descriptor, Metal.MTLPipelineOption options, Metal.MTLNewRenderPipelineStateWithReflectionCompletionHandler completionHandler);
static member CreateRenderPipelineState : Metal.IMTLDevice * Metal.MTLTileRenderPipelineDescriptor * Metal.MTLPipelineOption * Metal.MTLNewRenderPipelineStateWithReflectionCompletionHandler -> unit

Parámetros

This
IMTLDevice

Instancia en la que opera este método.

Atributos

Se aplica a

CreateRenderPipelineState(IMTLDevice, MTLTileRenderPipelineDescriptor, MTLPipelineOption, MTLRenderPipelineReflection, NSError)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static Metal.IMTLRenderPipelineState CreateRenderPipelineState (this Metal.IMTLDevice This, Metal.MTLTileRenderPipelineDescriptor descriptor, Metal.MTLPipelineOption options, out Metal.MTLRenderPipelineReflection reflection, out Foundation.NSError error);
static member CreateRenderPipelineState : Metal.IMTLDevice * Metal.MTLTileRenderPipelineDescriptor * Metal.MTLPipelineOption *  *  -> Metal.IMTLRenderPipelineState

Parámetros

This
IMTLDevice

Instancia en la que opera este método.

error
NSError

Devoluciones

Atributos

Se aplica a