MTLRenderCommandEncoder_Extensions.SetTessellationFactorScale Method

Definition

Sets the offset and stride value for a tessellation buffer.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void SetTessellationFactorScale (this Metal.IMTLRenderCommandEncoder This, float scale);
static member SetTessellationFactorScale : Metal.IMTLRenderCommandEncoder * single -> unit

Parameters

This
IMTLRenderCommandEncoder

The instance on which this method operates.

scale
Single
Attributes

Applies to