From cfe5804288fcdddde414b5c51988738c6727cea5 Mon Sep 17 00:00:00 2001 From: agra Date: Thu, 11 Jun 2026 10:51:01 +0300 Subject: [PATCH] examples: un-rot 1606-platform-metal-clear ShaderHandle lives in modules/gpu/types.sx; bare-type visibility is non-transitive (0763), so the example imports it directly. Builds for ios-sim again. --- examples/1606-platform-metal-clear.sx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/1606-platform-metal-clear.sx b/examples/1606-platform-metal-clear.sx index e5aeda8..fdf8b0f 100644 --- a/examples/1606-platform-metal-clear.sx +++ b/examples/1606-platform-metal-clear.sx @@ -21,6 +21,7 @@ #import "modules/build.sx"; #import "modules/platform/api.sx"; #import "modules/platform/uikit.sx"; +#import "modules/gpu/types.sx"; #import "modules/gpu/api.sx"; #import "modules/gpu/metal.sx";