actual glsl compilation

○ Planned This feature is planned but not yet implemented.

Feature: GLSL shader compilation

Failure Output

Showing last 10 of 12 lines
    |
 80 | ~pub tor test-shader-compilation { }
    | ^

error[KORU003]: inline flows are not supported inside `~proc` bodies: const compile_result = ~gpu_shader(glsl_code: glsl)
  --> tests/regression/300_ADVANCED_FEATURES/370_VARIANTS/8207_actual_glsl_compilation/input.kz:100:5
    |
100 |     const compile_result = ~gpu_shader(glsl_code: glsl)
    |     ^
  hint: lift this into a top-level subflow (e.g. `~my_event = call(args) | branch x |> done {}`) or invoke the event from outside the proc body

Code

input.kz

Flows

flow ~test-shader-compilation click a branch to expand · @labels scroll to their anchor
test-shader-compilation

Imported Files

run_test.kz