diff --git a/chapters/pipelines.adoc b/chapters/pipelines.adoc index 317e8aa03..ec0228efb 100644 --- a/chapters/pipelines.adoc +++ b/chapters/pipelines.adoc @@ -7838,10 +7838,10 @@ with identical pipeline identifiers in the same pipeline cache. Unlike most structures declared by the Vulkan API, all fields of this structure are written with the least significant byte first, regardless of -host byte-order. +host byte-order, and the headerVersion field is written as exactly 4 bytes. The C language specification does not define the packing of structure -members. +members or the size of enum types. This layout assumes tight structure member packing, with members laid out in the order listed in the structure, and the intended size of the structure is 56 bytes.