Android fixes

This commit is contained in:
luboslenco
2025-08-20 13:34:12 +02:00
parent dc80d1781d
commit 3036b2e097
9 changed files with 23 additions and 19 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ function render_path_paint_commands_paint(dilation: bool = true) {
}
// Picked surface values
///if (arm_metal || arm_vulkan)
///if IRON_BGRA
let i0: i32 = 2;
let i1: i32 = 1;
let i2: i32 = 0;
+1 -1
View File
@@ -39,7 +39,7 @@ function sim_update() {
if (sim_record) {
let rt: render_target_t = map_get(render_path_render_targets, "last");
let pixels: buffer_t = gpu_get_texture_pixels(rt._image);
///if (arm_metal || arm_vulkan)
///if IRON_BGRA
export_arm_bgra_swap(pixels);
///end
iron_mp4_encode(pixels);