PFND3DWDDM2_2DDI_SET_SHADERCACHE_SESSION - NtDoc

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

PFND3DWDDM2_2DDI_SET_SHADERCACHE_SESSION Pfnd3dwddm22DdiSetShadercacheSession;

VOID Pfnd3dwddm22DdiSetShadercacheSession(
  D3D10DDI_HDEVICE unnamedParam1,
  D3DWDDM2_2DDI_HCACHESESSION unnamedParam2
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DWDDM2_2DDI_SET_SHADERCACHE_SESSION callback function

Description

The pfnSetShaderCacheSession callback function sets a shader cache session.

Parameters

unnamedParam1

hDevice

A handle to the display device (graphics context).

unnamedParam2

hCacheSession

The handle of a cache session.

Remarks

Access this callback function by using the D3DWDDM2_2DDI_DEVICEFUNCS structure.

See also

D3DWDDM2_2DDI_DEVICEFUNCS