| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Requires temporary change to the fragment shader to hardcode some visible colour to the model
|
|
|
|
| |
Includes a templated subclass to allow size to be specified in a test fixture
|
| |
|
|
|
|
| |
Note: we don't yet optimise the use of the shadow map texture, each still renders into its own corner
|
| |
|
|
|
|
| |
Fixes issue where directional light prevented pointlights from working
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Generated when the directional light is specified in the environment call, passed to the directional
light shader pass to conditionally illuminate each pixel.
|
|
|
|
| |
Avoids potential performance error capture memory mapping a busy miptree BO
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
For our own sanity :)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
utf8_string_view provides length and character iteration over a std::string_view containing utf8 data.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|