10 lines
86 B
Plaintext
10 lines
86 B
Plaintext
#include "macros.hlsl"
|
|
|
|
CALLABLE
|
|
{
|
|
float4 CallableMain()
|
|
{
|
|
return float4(1);
|
|
}
|
|
}
|