Interface ComputeTransform
[Guid("0d85573c-01e3-4f7d-bfd9-0d60608bf3c3")]
public interface ComputeTransform : Transform, TransformNode, IUnknown, ICallbackable, IDisposable
- Inherited Members
Methods
CalculateThreadgroups(RawRectangle)
[This documentation is preliminary and is subject to change.]
RawInt3 CalculateThreadgroups(RawRectangle outputRect)
Parameters
outputRect
RawRectangleThe output rectangle that will be filled by the compute transform.
Returns
- RawInt3
An
containing the number of threads of x,y,z dimensions.
Remarks
If this call fails, the corresponding Effect instance is placed into an error state and fails to draw.
SetComputeInformation(ComputeInformation)
No documentation.
void SetComputeInformation(ComputeInformation computeInfo)
Parameters
computeInfo
ComputeInformationNo documentation.