External Publication
Visit Post

An attempt at Vulkan

jMonkeyEngine Hub March 17, 2026
Source

gist.github.com

https://gist.github.com/zzuegg/cb8bf1c82692e848526ec9b141d68f2b

gistfile1.txt
  ---
  SLANG INPUT

  struct Light
  {
      float3 position;
      float  radius;
      float3 color;
      float  intensity;
  };

This file has been truncated. show original

github.com

GitHub - zzuegg/jSlang

Contribute to zzuegg/jSlang development by creating an account on GitHub.

Relatively untested still, but it produces output. @codex @icyboxs

Discussion in the ATmosphere

Loading comments...