PFND3D12DDI_SETVIEWINSTANCEMASK_0033 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

PFND3D12DDI_SETVIEWINSTANCEMASK_0033 Pfnd3d12ddiSetviewinstancemask0033;

VOID Pfnd3d12ddiSetviewinstancemask0033(
  D3D12DDI_HCOMMANDLIST unnamedParam1,
  UINT Mask
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d12umddi-pfnd3d12ddi_setviewinstancemask_0033)

PFND3D12DDI_SETVIEWINSTANCEMASK_0033 callback function

Description

Used to set a view instance 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.