https://github.com/shader-slang/slang
Raw File
Tip revision: 60f4c2be5ede3f20e19dc243b0e95a81f8cb6dc5 authored by Yong He on 29 September 2022, 00:58:13 UTC
update vs files
Tip revision: 60f4c2b
callable-shared.slang
// callable-shared.slang
//TEST_IGNORE_FILE:

struct MaterialPayload
{
	float4 albedo;
	float2 uv;
};
back to top