| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-21 | Fixed stage and result field names in json reflection (#5927) | Stan | |
| 2017-07-12 | Add per-entry-point information to reflection JSON dumps | Tim Foley | |
| - This also adds reflection API for querying: - Entry point name - Entry point parameter list | |||
| 2017-07-07 | Fix alignment computation for `std140` uniforms | Tim Foley | |
| Fixes #55 I was incorrectly computing alignment as `elementSize * elementAlignment`, rounded up to a power of two (which works out to be `elementSize` squared), when I should have been using `elementSize * elementCount`, rounded up to a power of two. | |||
