From beb56fa60fd90fa5adea0f4cb543dce2e2df2007 Mon Sep 17 00:00:00 2001 From: Leon Lysak Date: Mon, 17 Nov 2025 12:54:00 -0500 Subject: [PATCH] Update build instructions with output usage note Added note on using .metal and .metallib outputs for variable updates. --- backends/sdlgpu3/build_instructions.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backends/sdlgpu3/build_instructions.txt b/backends/sdlgpu3/build_instructions.txt index 25f4a5d28..79a09200e 100644 --- a/backends/sdlgpu3/build_instructions.txt +++ b/backends/sdlgpu3/build_instructions.txt @@ -34,6 +34,8 @@ Instructions to rebuild imgui_impl_sdlgpu3_shaders.h xcrun -sdk macosx metallib -o vertex.metallib -c vertex.ir xcrun -sdk macosx metallib -o fragment.metallib -c fragment.ir + note: use .metal outputs for updating msl_vertex / msl_fragment variables, and use .metallib outputs for metallib_vertex / metallib_fragment variables + Proceed to step 4