summaryrefslogtreecommitdiff
path: root/tests/reflection/std430-layout.glsl.expected
AgeCommit message (Collapse)Author
2017-07-12Add per-entry-point information to reflection JSON dumpsTim Foley
- This also adds reflection API for querying: - Entry point name - Entry point parameter list
2017-07-07Fix support for `std430` layoutTim Foley
Fixes #57 There were a bunch of issues in how `std430` was being implemented, largely due to just stubbing it in without any test cases. This commit adds a reasonably good test case to ensure that we've got things basically working.