D3D12DDI_SHADERCACHE_CALLBACKS_0021 - NtDoc

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

typedef struct D3D12DDI_SHADERCACHE_CALLBACKS_0021 {
  PFND3D12DDI_SHADERCACHEGETVALUE_CB_0021   pfnShaderCacheGetValueCb;
  PFND3D12DDI_SHADERCACHESTOREVALUE_CB_0021 pfnShaderCacheStoreValueCb;
} D3D12DDI_SHADERCACHE_CALLBACKS_0021;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_shadercache_callbacks_0021)

D3D12DDI_SHADERCACHE_CALLBACKS_0021 structure

Description

Specifies shader cache callback functions.

Members

pfnShaderCacheGetValueCb

A callback function that gets a shader cache value.

pfnShaderCacheStoreValueCb

A callback function that stores a shader cache value.