PFND3DWDDM2_2DDI_CALCPRIVATE_SHADERCACHE_SESSION_SIZE - NtDoc

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

PFND3DWDDM2_2DDI_CALCPRIVATE_SHADERCACHE_SESSION_SIZE Pfnd3dwddm22DdiCalcprivateShadercacheSessionSize;

SIZE_T Pfnd3dwddm22DdiCalcprivateShadercacheSessionSize(
  D3D10DDI_HDEVICE unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3d10umddi-pfnd3dwddm2_2ddi_calcprivate_shadercache_session_size)

PFND3DWDDM2_2DDI_CALCPRIVATE_SHADERCACHE_SESSION_SIZE callback function

Description

The pfnCalcPrivateShaderCacheSessionSize callback function returns the size of a private shader cache session.

Parameters

unnamedParam1

hDevice

The handle of a device.

Return value

This function returns the size of the private shader cache session.

Remarks

Access this callback function by using the D3DWDDM2_2DDI_DEVICEFUNCS structure.

See also

D3DWDDM2_2DDI_DEVICEFUNCS