PFND3D12DDI_CREATE_SAMPLER_FEEDBACK_UNORDERED_ACCESS_VIEW_0075 callback function (d3d12umddi.h)

Used to create a sampler feedback with unordered access view.

Syntax

PFND3D12DDI_CREATE_SAMPLER_FEEDBACK_UNORDERED_ACCESS_VIEW_0075 Pfnd3d12ddiCreateSamplerFeedbackUnorderedAccessView0075;

void Pfnd3d12ddiCreateSamplerFeedbackUnorderedAccessView0075(
  [in] D3D12DDI_HDEVICE hDrvDevice,
  [in] D3D12DDI_HRESOURCE hDrvTargetedResource,
  [in] D3D12DDI_HRESOURCE hDrvFeedbackResource,
  [in] D3D12DDI_CPU_DESCRIPTOR_HANDLE DestDescriptor
)
{...}

Parameters

[in] hDrvDevice

A handle to the display device (graphics context).

[in] hDrvTargetedResource

Handle to targeted resource.

[in] hDrvFeedbackResource

Handle to feedback resource.

[in] DestDescriptor

A D3D12DDI_CPU_DESCRIPTOR_HANDLE structure that defines the destination target.

Return value

None

Remarks

See the D3D Sampler Feedback Specification for more information.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004
Header d3d12umddi.h

See also

D3D12DDI_CPU_DESCRIPTOR_HANDLE