mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-21 19:08:41 +00:00
17 lines
293 B
Plaintext
17 lines
293 B
Plaintext
{
|
|
stateMap "default2d";
|
|
|
|
vertexShader 3.0 "trivial_vertcol_simple.hlsl"
|
|
{
|
|
}
|
|
|
|
pixelShader 3.0 "trivial_vertcol_simple.hlsl"
|
|
{
|
|
colorMapSampler = material.colorMap;
|
|
}
|
|
|
|
vertex.position = code.position;
|
|
vertex.color[0] = code.color;
|
|
vertex.texcoord[0] = code.texcoord[0];
|
|
}
|