15 lines
120 B
Plaintext
15 lines
120 B
Plaintext
#include "macros.hlsl"
|
|
|
|
COMMON
|
|
{
|
|
|
|
}
|
|
CALLABLE
|
|
{
|
|
#include "textures.hlsl"
|
|
float4 brdfMain()
|
|
{
|
|
return float4(1);
|
|
}
|
|
}
|