// d3d12umddi.h
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
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Used to create a sampler feedback with unordered access view.
hDrvDevice [in]A handle to the display device (graphics context).
hDrvTargetedResource [in]Handle to targeted resource.
hDrvFeedbackResource [in]Handle to feedback resource.
DestDescriptor [in]A D3D12DDI_CPU_DESCRIPTOR_HANDLE structure that defines the destination target.
//Declaration
PFND3D12DDI_CREATE_SAMPLER_FEEDBACK_UNORDERED_ACCESS_VIEW_0075 Pfnd3d12ddiCreateSamplerFeedbackUnorderedAccessView0075;
// Definition
VOID Pfnd3d12ddiCreateSamplerFeedbackUnorderedAccessView0075
(
D3D12DDI_HDEVICE hDrvDevice,
D3D12DDI_HRESOURCE hDrvTargetedResource,
D3D12DDI_HRESOURCE hDrvFeedbackResource,
D3D12DDI_CPU_DESCRIPTOR_HANDLE DestDescriptor
)
{...}
PFND3D12DDI_CREATE_SAMPLER_FEEDBACK_UNORDERED_ACCESS_VIEW_0075
See the D3D Sampler Feedback Specification for more information.
D3D12DDI_CPU_DESCRIPTOR_HANDLE