mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Removed unused vertex formats from ScatterSky
This commit is contained in:
parent
2044b2691e
commit
246785a8bf
6 changed files with 0 additions and 22 deletions
|
|
@ -36,14 +36,9 @@ float vernierScale(float fCos)
|
|||
}
|
||||
|
||||
in vec4 vPosition;
|
||||
in vec3 vNormal;
|
||||
in vec4 vColor;
|
||||
in vec2 vTexCoord0;
|
||||
|
||||
// This is the shader input vertex structure.
|
||||
#define IN_position vPosition
|
||||
#define IN_normal vNormal
|
||||
#define IN_color vColor
|
||||
|
||||
// This is the shader output data.
|
||||
out vec4 rayleighColor;
|
||||
|
|
|
|||
|
|
@ -39,10 +39,6 @@ struct Vert
|
|||
{
|
||||
// .xyz = point
|
||||
float4 position : POSITION;
|
||||
|
||||
float3 normal : NORMAL;
|
||||
|
||||
float4 color : TEXCOORD0;
|
||||
};
|
||||
|
||||
// This is the shader output data.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue