MTLDevice_Extensions.CreateRenderPipelineState Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- This
- IMTLDevice
The instance on which this method operates.
- descriptor
- MTLTileRenderPipelineDescriptor
- options
- MTLPipelineOption
- completionHandler
- MTLNewRenderPipelineStateWithReflectionCompletionHandler
- Attributes
Applies to
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
Parameters
- This
- IMTLDevice
The instance on which this method operates.
- descriptor
- MTLTileRenderPipelineDescriptor
- options
- MTLPipelineOption
- reflection
- MTLRenderPipelineReflection
- error
- NSError
Returns
- Attributes