28.
Do not share bitfield structs between CPU and GPU
C++ bitfield layout is implementation-defined, so mirroring HLSL/SPIR-V bitfields across CPU and GPU can silently break across compilers
1 appearance on the backlist front page in the last 30 days.
C++ bitfield layout is implementation-defined, so mirroring HLSL/SPIR-V bitfields across CPU and GPU can silently break across compilers