Commit 8bb1bbe
luigi-rosso
ore: gate float render targets and baseVertex on backend features (#12712) 10e90773d5
* ore: gate float render targets and baseVertex on backend features
* ore: test float renderTarget and baseVertex feature guards
fix(ore): d3d12 upload stages caller region, not full subresource (#12702) 0cc614761c
fix(ore): ContextVulkan TextureVulkan upload defer to next recording CB (#12700) cccee5e480
* fix ContextVulkan TextureVulkan upload defer to next recording CB
* ore vulkan upload: batch flush barriers, fix array depth default, 64-bit region bounds
* ore vulkan upload: 64-bit bytesPerRow fallback before uint32_t guard1 parent a562e3c commit 8bb1bbe
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Submodule rive-runtime updated 11 files
- .rive_head+1-1
- renderer/include/rive/renderer/ore/ore_context_vulkan.hpp+15
- renderer/include/rive/renderer/ore/ore_types.hpp+4
- renderer/src/ore/d3d12/ore_texture_d3d12.cpp+169-50
- renderer/src/ore/gl/ore_context_gl.cpp+25
- renderer/src/ore/gl/ore_render_pass_gl.cpp+5
- renderer/src/ore/vulkan/ore_context_vulkan.cpp+151-6
- renderer/src/ore/vulkan/ore_texture_vulkan.cpp+151-164
- renderer/src/ore/vulkan/ore_texture_vulkan.hpp-1
- src/lua/renderer/lua_gpu.cpp+63
- tests/gm/ore_array_upload.cpp+70-6
0 commit comments