KhronosGroup / SPIRV-Guide

One stop shop for getting started with SPIR-V.
Creative Commons Attribution 4.0 International
171 stars 12 forks source link

Create section about struct index order #20

Closed spencer-lunarg closed 6 months ago

spencer-lunarg commented 6 months ago

Add simple example and warning that structs can be in any order wtr to their offsets

OpMemberDecorate %struct 0 Offset 4
OpMemberDecorate %struct 1 Offset 0