7 lines
77 B
HLSL
7 lines
77 B
HLSL
#include "common/model_vertex.hlsl"
|
|
|
|
output vertex(output o)
|
|
{
|
|
return o;
|
|
}
|