chyyran
|
41353ac9c4
|
rt(gl): remove need for explicit external FBO object
Replaced with an internal FBO that is state tracked so as to not recreate it every frame, but will update if necessary
|
2024-09-22 02:06:47 -04:00 |
|
chyyran
|
1bdadaa449
|
rt(gl): port to OpenGL runtime to glow
|
2024-09-22 02:06:47 -04:00 |
|
chyyran
|
e68da7b984
|
rt(gl): draw final pass to output targets
|
2024-09-13 00:59:12 -04:00 |
|
chyyran
|
075a2981e1
|
rt(gl): fix glShaderSource going past the buffer
|
2024-09-08 11:20:38 -04:00 |
|
chyyran
|
66a0ee21e3
|
Revert "rt(gl): account for flipped coordinate space when blitting to output"
This reverts commit 623c6776f7 .
|
2024-03-05 19:01:35 -05:00 |
|
chyyran
|
623c6776f7
|
rt(gl): account for flipped coordinate space when blitting to output
|
2024-03-03 13:17:28 -05:00 |
|
chyyran
|
2d98ebec1b
|
rt(gl): fix tests
|
2024-02-13 02:01:20 -05:00 |
|
chyyran
|
4e052159e7
|
rt(wgpu): create pipeline bind group layouts
|
2024-02-06 19:04:28 -05:00 |
|
chyyran
|
af6f58981e
|
vk: move internal frame count to common
|
2023-02-16 21:16:42 -05:00 |
|
chyyran
|
912099f00a
|
test: fix unsafe changes
|
2023-02-16 17:38:00 -05:00 |
|
chyyran
|
0adf3505ec
|
rt: mark frame and create APIs unsafe
This doesn't cause an API break in the C API but we don't actually make an attempt to verify that it's safe to access any of the device contexts.
|
2023-02-16 17:33:47 -05:00 |
|
chyyran
|
f42328280a
|
tests: split tests into their own crates
|
2023-02-16 00:39:36 -05:00 |
|