// d3d10umddi.h
PFND3DWDDM2_2DDI_CALCPRIVATE_SHADERCACHE_SESSION_SIZE Pfnd3dwddm22DdiCalcprivateShadercacheSessionSize;
SIZE_T Pfnd3dwddm22DdiCalcprivateShadercacheSessionSize(
D3D10DDI_HDEVICE unnamedParam1
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
The pfnCalcPrivateShaderCacheSessionSize callback function returns the size of a private shader cache session.
unnamedParam1hDevice
The handle of a device.
This function returns the size of the private shader cache session.
Access this callback function by using the D3DWDDM2_2DDI_DEVICEFUNCS structure.