a bit of stuff, time to add spirv-link into this project
This commit is contained in:
9
funnyassets/shaders/funny_error.shader
Normal file
9
funnyassets/shaders/funny_error.shader
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "macros.hlsl"
|
||||
|
||||
BRDF
|
||||
{
|
||||
float4 brdfMain()
|
||||
{
|
||||
return float4(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user