https://github.com/shader-slang/slang
Raw File
Tip revision: 05c9a5c9dc23a716c7cbeae91f581bbc13f10ed2 authored by jsmall-nvidia on 21 March 2020, 10:38:47 UTC
CPU Texture GetDimensions support (#1283)
Tip revision: 05c9a5c
callable-shared.slang
// callable-shared.slang
//TEST_IGNORE_FILE:

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