- AttachBuffersAndPrecompute
HRESULT AttachBuffersAndPrecompute(uint NumTempBuffers, const(ID3D11UnorderedAccessView)* ppTempBuffers, uint NumPrecomputeBuffers, const(ID3D11UnorderedAccessView)* ppPrecomputeBuffers)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- ForwardTransform
HRESULT ForwardTransform(const(ID3D11UnorderedAccessView) pInputBuffer, ID3D11UnorderedAccessView* ppOutputBuffer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetForwardScale
float GetForwardScale()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- GetInverseScale
float GetInverseScale()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- InverseTransform
HRESULT InverseTransform(const(ID3D11UnorderedAccessView) pInputBuffer, ID3D11UnorderedAccessView* ppOutputBuffer)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetForwardScale
HRESULT SetForwardScale(float ForwardScale)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
- SetInverseScale
HRESULT SetInverseScale(float InverseScale)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.