// d3d12umddi.h
PFND3D12DDI_CREATEBLENDSTATE_0010 Pfnd3d12ddiCreateblendstate0010;
VOID Pfnd3d12ddiCreateblendstate0010(
D3D12DDI_HDEVICE unnamedParam1,
const D3D12DDI_BLEND_DESC_0010 *unnamedParam2,
D3D12DDI_HBLENDSTATE unnamedParam3
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Creates a blend state.
unnamedParam1A handle to the display device (graphics context).
unnamedParam2Pointer to a D3D12DDI_BLEND_DESC_0010 structure.
unnamedParam3A blend state handle.
//Declaration
PFND3D12DDI_CREATEBLENDSTATE_0010 Pfnd3d12ddiCreateblendstate0010;
// Definition
VOID Pfnd3d12ddiCreateblendstate0010
(
D3D12DDI_HDEVICE
CONST D3D12DDI_BLEND_DESC_0010 *
D3D12DDI_HBLENDSTATE
)
{...}
PFND3D12DDI_CREATEBLENDSTATE_0010