Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Lookup material details once in the vertex shader | Dan Goodliffe | 2023-04-27 |
| | | | | ... instead of per texel in the fragment shader | ||
* | Point shaders can all share the same implementation now in a single place | Dan Goodliffe | 2023-04-26 |
| | | | | They all just get `model` from a different place | ||
* | Fix location of model matrix in vertex shader | Dan Goodliffe | 2023-04-18 |
| | |||
* | Add the dynamicPoint shader for instancing | Dan Goodliffe | 2023-04-15 |
Same as dynamicPoint, but the model matrix is a vertex input |