Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
7c95b72a
Commit
7c95b72a
authored
Sep 16, 2009
by
schurade
Browse files
[ADD] somehow the shader files weren't commited before
parent
13c15080
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
src/modules/navigationSlices/slice.fs
src/modules/navigationSlices/slice.fs
+6
-0
src/modules/navigationSlices/slice.vs
src/modules/navigationSlices/slice.vs
+7
-0
No files found.
src/modules/navigationSlices/slice.fs
0 → 100644
View file @
7c95b72a
varying
vec4
VaryingTexCoord0
;
void
main
()
{
gl_FragColor
=
VaryingTexCoord0
;
}
src/modules/navigationSlices/slice.vs
0 → 100644
View file @
7c95b72a
varying
vec4
VaryingTexCoord0
;
void
main
()
{
VaryingTexCoord0
=
gl_MultiTexCoord0
;
gl_Position
=
ftransform
();
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment