Table of Contents

Class ComputeTransformNative

Namespace
SharpDX.Direct2D1
Assembly
SharpDX.Direct2D1.dll
[Guid("0d85573c-01e3-4f7d-bfd9-0d60608bf3c3")]
public class ComputeTransformNative : TransformNative, ComputeTransform, Transform, TransformNode, IUnknown, ICallbackable, IDisposable
Inheritance
ComputeTransformNative
Implements
IUnknown
ICallbackable
Inherited Members

Constructors

ComputeTransformNative(nint)

public ComputeTransformNative(nint nativePtr)

Parameters

nativePtr nint

Properties

ComputeInfo_

Sets the render information used to specify the compute shader pass.

public ComputeInformation ComputeInfo_ { set; }

Property Value

ComputeInformation

Remarks

If this method fails, ID2D1TransformGraph::AddNode fails.

Methods

CalculateThreadgroups(RawRectangle)

public RawInt3 CalculateThreadgroups(RawRectangle outputRect)

Parameters

outputRect RawRectangle

Returns

RawInt3

SetComputeInformation(ComputeInformation)

public void SetComputeInformation(ComputeInformation computeInfo)

Parameters

computeInfo ComputeInformation

Operators

explicit operator ComputeTransformNative(nint)

public static explicit operator ComputeTransformNative(nint nativePtr)

Parameters

nativePtr nint

Returns

ComputeTransformNative