glslang-zig/glslang
Jason Ekstrand a76766a434 getBaseAlignment: Use the rowMajor argument for determining matrix strides
The argument version is passed in from above and struct handling ensures
that row-majorness gets propagated correctly from one level to the next.
If we just look at the type itself and it's embedded in a struct that's
declared row-major, we may get the wrong stride.
2016-01-13 17:17:39 -08:00
..
GenericCodeGen Remove legacy build system 2015-11-16 23:51:35 +01:00
Include SPV: Fix array strides by explicitly computing them in the getBaseAlignment() algorithm. 2015-12-29 19:20:55 -07:00
MachineIndependent getBaseAlignment: Use the rowMajor argument for determining matrix strides 2016-01-13 17:17:39 -08:00
OSDependent Build: Fix CMake files to find osinclude.h 2015-12-03 17:46:03 -07:00
Public SPIR-V: Move from Version .99 Rev 31 to Version 1.0, Rev 2. 2015-11-15 22:31:41 -07:00
CMakeLists.txt Add an osinclude.h below each OS directory, redirects by platform macro 2015-11-16 18:05:18 +01:00