yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
20bd48659
master
1// gl-33-ext.slang 2//TEST_IGNORE_FILE: 3 4public struct A 5{ 6 public int state; 7 public int next() { return state; } 8};
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
20bd48659
1// gl-33-ext.slang 2//TEST_IGNORE_FILE: 3 4public struct A 5{ 6 public int state; 7 public int next() { return state; } 8};