Panda3DS/include/PICA
Wunkolo 2c94d0d683 Add Helpers:{getBits,getBit}
`constexpr` functions for extractint bitfields that lends itself a bit
better to emitting instructions like `bextr` on x86 or `ubfx` on arm64.
And may subjectively make things a bit more readable.
"Extract `5` bits" rather than `& 0x1F`.
2023-06-10 00:48:06 -07:00
..
float_types.hpp [PICA] We can now upload floating point uniforms 2022-09-23 14:15:04 +03:00
gpu.hpp [FS] Implement SaveData sort of. 2023-03-12 03:19:46 +02:00
regs.hpp [FS] Implement ControlArchive 2023-04-12 02:19:16 +03:00
shader.hpp Add Helpers:{getBits,getBit} 2023-06-10 00:48:06 -07:00
shader_unit.hpp [PICA] Start implementing shader interpreter 2022-09-23 02:43:51 +03:00