Add SRV slots isage info for D3D12 shaders cache

This commit is contained in:
Wojtek Figat
2021-06-07 12:19:49 +02:00
parent fa1cd56a0d
commit f4c8808d19
8 changed files with 193 additions and 186 deletions

View File

@@ -12,7 +12,7 @@ class GPUShaderProgram;
/// <summary>
/// The runtime version of the shaders cache supported by the all graphics back-ends. The same for all the shader cache formats (easier to sync and validate).
/// </summary>
#define GPU_SHADER_CACHE_VERSION 7
#define GPU_SHADER_CACHE_VERSION 8
/// <summary>
/// Represents collection of shader programs with permutations and custom names.