Files
Seele/res/shaders/lib/MaterialParameter.slang
T

12 lines
165 B
Plaintext
Raw Normal View History

2023-10-09 17:20:30 +02:00
struct MaterialParameter
{
2023-11-08 23:27:21 +01:00
float3 position_TS;
2023-10-09 17:20:30 +02:00
float3 worldPosition;
float2 texCoords;
float3 normal;
float3 tangent;
float3 biTangent;
2023-10-26 18:37:29 +02:00
float3 viewDir_TS;
2023-10-09 17:20:30 +02:00
}