diff options
Diffstat (limited to 'src/amd/vulkan/radv_private.h')
-rw-r--r-- | src/amd/vulkan/radv_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h index dce1d50878..e4654bb4d4 100644 --- a/src/amd/vulkan/radv_private.h +++ b/src/amd/vulkan/radv_private.h @@ -508,6 +508,9 @@ struct radv_device { uint32_t *trace_id_ptr; struct radv_physical_device *physical_device; + + /* Backup in-memory cache to be used if the app doesn't provide one */ + struct radv_pipeline_cache * mem_cache; }; struct radv_device_memory { |