1 2 3 4 5 6 7 8
// callable-shared.slang //TEST_IGNORE_FILE: public struct MaterialPayload { public float4 albedo; public float2 uv; };