https://github.com/shader-slang/slang
Raw File
Tip revision: 0640a10ab85f8be3c3c925cb70711560265e6548 authored by Yong He on 14 August 2020, 19:56:43 UTC
Fix tuple type lowering (#1499)
Tip revision: 0640a10
callable-shared.slang
// callable-shared.slang
//TEST_IGNORE_FILE:

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