PFND3DWDDM2_2DDI_SHADERCACHE_ADDREF_RELEASE_CB - NtDoc

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

PFND3DWDDM2_2DDI_SHADERCACHE_ADDREF_RELEASE_CB Pfnd3dwddm22DdiShadercacheAddrefReleaseCb;

void Pfnd3dwddm22DdiShadercacheAddrefReleaseCb(
  D3DWDDM2_2DDI_HRTCACHESESSION hCacheSession
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

PFND3DWDDM2_2DDI_SHADERCACHE_ADDREF_RELEASE_CB callback function

Description

The pfnShaderCacheAddRefCb callback function supports the ability to extend the lifetime of a shader cache.

Parameters

hCacheSession

The handler of a cache session.

Remarks

Access this callback function by using the D3DWDDM2_2DDI_CORELAYER_DEVICECALLBACKS structure.

See also

D3DWDDM2_2DDI_CORELAYER_DEVICECALLBACKS