Files
cell/shaders/model.vert.hlsl
2024-12-24 09:48:52 -06:00

7 lines
77 B
HLSL

#include "common/model_vertex.hlsl"
output vertex(output o)
{
return o;
}