// d3d12umddi.h
PFND3D12DDI_CALCPRIVATEVIDEOEXTENSIONCOMMANDSIZE_0061 Pfnd3d12ddiCalcprivatevideoextensioncommandsize0061;
SIZE_T Pfnd3d12ddiCalcprivatevideoextensioncommandsize0061(
D3D12DDI_HDEVICE hDrvDevice,
const D3D12DDIARG_CREATE_VIDEO_EXTENSION_COMMAND_0063 *pArgs
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Returns the driver for the video extension object size. Direct3D runtime allocates space for this driver object. On creation, the driver places the object into the allocation that was provided by the runtime.
hDrvDeviceHandle for the D3D12 device.
pArgsPointer to a D3D12DDIARG_CREATE_VIDEO_EXTENSION_COMMAND_0063 structure.
Returns SIZE_T.
//Declaration
PFND3D12DDI_CALCPRIVATEVIDEOEXTENSIONCOMMANDSIZE_0061 Pfnd3d12ddiCalcprivatevideoextensioncommandsize0061;
// Definition
SIZE_T Pfnd3d12ddiCalcprivatevideoextensioncommandsize0061
(
D3D12DDI_HDEVICE hDrvDevice
const D3D12DDIARG_CREATE_VIDEO_EXTENSION_COMMAND_0063 *pArgs
)
{...}