// d3d12umddi.h
PFND3D12DDI_SETVIEWINSTANCEMASK_0033 Pfnd3d12ddiSetviewinstancemask0033;
VOID Pfnd3d12ddiSetviewinstancemask0033(
D3D12DDI_HCOMMANDLIST unnamedParam1,
UINT Mask
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Used to set a view instance mask.
unnamedParam1hCommandList
A handle to the driver's data for the command list. The driver uses this region of memory to store internal data structures that are related to its command list.
MaskThe mask that will be set.