cache: Fix misleading comment about chunk alignment.

It's 8. Used to be 4 before some other fixes ...

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
This commit is contained in:
Hans-Kristian Arntzen 2022-03-15 12:49:56 +01:00
parent 637834dc75
commit db9b9a13de
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ struct vkd3d_pipeline_blob
uint64_t vkd3d_build;
uint64_t vkd3d_shader_interface_key;
uint8_t cache_uuid[VK_UUID_SIZE];
uint8_t data[]; /* vkd3d_pipeline_blob_chunks laid out one after the other with u32 alignment. */
uint8_t data[]; /* vkd3d_pipeline_blob_chunks laid out one after the other with u64 alignment. */
};
/* Used for de-duplicated pipeline cache and SPIR-V hashmaps. */