Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implemented by the client driver to check the format support.
Syntax
PFND3D12DDI_CHECKFORMATSUPPORT Pfnd3d12ddiCheckformatsupport;
VOID Pfnd3d12ddiCheckformatsupport(
D3D12DDI_HDEVICE unnamedParam1,
DXGI_FORMAT unnamedParam2,
UINT *unnamedParam3
)
{...}
Parameters
unnamedParam1
A handle to the display device (graphics context).
unnamedParam2
A DXGI_FORMAT.
unnamedParam3
Pointer to a UINT.
Return value
None
Remarks
Register your implementation of this callback function by setting the appropriate member of D3D12DDI_DEVICE_FUNCS_CORE_0010.
Requirements
| Requirement | Value |
|---|---|
| Header | d3d12umddi.h |