noah metz
|
22d3b62b12
|
Fixed struct alignment to align vec3s to 16 bytes
|
2024-10-18 10:02:39 -06:00 |
noah metz
|
b67a2a924c
|
Fixed shader buffer alignments
|
2024-10-17 17:31:13 -06:00 |
noah metz
|
04e15db065
|
Renamed pipeline->ui, moved square vertices to shaders
|
2024-10-17 15:56:35 -06:00 |
noah metz
|
2ea9818fb0
|
Inverted text rendering so baseline is origin
|
2024-10-17 09:04:35 -06:00 |
noah metz
|
2a99c7be99
|
Moved font loadinf from script to C
|
2024-10-16 20:29:19 -06:00 |
noah metz
|
28cd4efbaf
|
Changed multiple render passes to subpasses
|
2024-10-15 00:06:46 -06:00 |
noah metz
|
6988abcd86
|
Got characters rendering from two buffer addresses
|
2024-10-14 22:10:14 -06:00 |
noah metz
|
eab26cf72c
|
test
|
2024-10-14 21:32:21 -06:00 |
noah metz
|
5260a59db5
|
Got glyphs rendering from a 1D font atlas
|
2024-10-14 14:59:49 -06:00 |
noah metz
|
5acc216bf1
|
Loading font metadata
|
2024-10-14 14:16:59 -06:00 |
noah metz
|
74e1a05790
|
Got basic text pipeline working, want to minimize the amount of data transfered to GPU so that strings don't repeat so much data
|
2024-10-14 01:00:10 -06:00 |
noah metz
|
ea72e53c93
|
Started UI text pipeline with 4x4 test font
|
2024-10-13 22:18:37 -06:00 |