yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Yong HeAdd Hello world example. (#1797)2886bc35e

master
184 B5 linesraw

Slang "Hello World" Example

This example shows how to use the Slang API to compile a simple compute shader written in Slang into SPIRV and run it in Vulkan.

1Slang "Hello World" Example
2==========================
3
4This example shows how to use the Slang API to compile a simple
5compute shader written in Slang into SPIRV and run it in Vulkan.