https://github.com/shader-slang/slang
Raw File
Tip revision: 06e1ab6982df097727b74174d5b39a7f27c2dae3 authored by Tim Foley on 22 May 2019, 16:58:19 UTC
Translate .Load() to imageLoad() for Vulkan (#967)
Tip revision: 06e1ab6
callable-shared.slang
// callable-shared.slang
//TEST_IGNORE_FILE:

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