PFND3D12DDI_SETVIEWINSTANCEMASK_0033 callback function (d3d12umddi.h)
Used to set a view instance mask.
Syntax
PFND3D12DDI_SETVIEWINSTANCEMASK_0033 Pfnd3d12ddiSetviewinstancemask0033;
void Pfnd3d12ddiSetviewinstancemask0033(
D3D12DDI_HCOMMANDLIST unnamedParam1,
UINT Mask
)
{...}
Parameters
unnamedParam1
hCommandList
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.
Mask
The mask that will be set.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Target Platform | Windows |
Header | d3d12umddi.h |