mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 05:01:24 +00:00
Correct the spelling of Fragment.
This commit is contained in:
parent
83aa5759a2
commit
bb5f5dd334
1 changed files with 3 additions and 3 deletions
|
@ -187,7 +187,7 @@ void main(void) {
|
|||
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
|
||||
}
|
||||
|
||||
-- Fragement.flame
|
||||
-- Fragment.flame
|
||||
|
||||
varying vec3 vTexCoord3D;
|
||||
void main( void )
|
||||
|
@ -394,7 +394,7 @@ void main(void) {
|
|||
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
|
||||
}
|
||||
|
||||
-- Fragement.spots
|
||||
-- Fragment.spots
|
||||
|
||||
varying vec3 vTexCoord3D;
|
||||
|
||||
|
@ -595,7 +595,7 @@ void main(void) {
|
|||
gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex;
|
||||
}
|
||||
|
||||
-- Fragement.tile
|
||||
-- Fragment.tile
|
||||
|
||||
#version 120
|
||||
|
||||
|
|
Loading…
Reference in a new issue