diff options
author | Timothy Arceri <[email protected]> | 2017-03-14 15:50:34 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-03-15 11:45:04 +1100 |
commit | 304b35b0e932188d78e7b089d2a936a65a746a09 (patch) | |
tree | e67b509c7a5becd6a4ac7ba2eaf023b79bef8f02 /src/amd/vulkan/radv_pipeline_cache.c | |
parent | b7e03d87e4b8a89e778c674e0dc0736f189b5d4f (diff) |
radv: trivial tidy ups
Reviewed-by: Edward O'Callaghan <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_pipeline_cache.c')
-rw-r--r-- | src/amd/vulkan/radv_pipeline_cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/amd/vulkan/radv_pipeline_cache.c b/src/amd/vulkan/radv_pipeline_cache.c index 703400b5573..30f2dc16d3f 100644 --- a/src/amd/vulkan/radv_pipeline_cache.c +++ b/src/amd/vulkan/radv_pipeline_cache.c @@ -305,6 +305,7 @@ struct cache_header { uint32_t device_id; uint8_t uuid[VK_UUID_SIZE]; }; + void radv_pipeline_cache_load(struct radv_pipeline_cache *cache, const void *data, size_t size) |