summaryrefslogtreecommitdiffstats
path: root/unigram_letter_grid.cginc
Commit message (Collapse)AuthorAge
* Add vrc light volumes, double decal slotsyum2025-05-26
| | | | Light volumes: https://github.com/REDSIM/VRCLightVolumes
* Double unigram letter grid blocks againyum2025-05-09
| | | | | | | | Also: - move fudge factor into shader. More reliable for tokens close to 255. - optimize how we mark the cbuffer params dirty by using fused mul-add instructions
* Fix screen wrapping edge cases in unigram text displayyum2025-05-09
|
* Double number of blocks in unigram letter gridyum2025-05-09
|
* unigram letter grid bugfixesyum2025-05-09
|
* Checkpoint - unigram decoding approximately worksyum2025-05-04
|
* Fix how unigram letter grid LUT gets readyum2025-05-04
Should go from top left down, not bottom left up.