This website requires JavaScript.
Explore
Help
Sign in
fly
/
fgdata
Watch
1
Star
0
Fork
You've already forked fgdata
0
Code
Activity
cfef45c93b
Branches
Tags
No results found.
fgdata
/
gui
/
shaders
/
canvas-user-default.vert
7 lines
94 B
GLSL
Raw
Normal View
History
Unescape
Escape
Move the shaders from ShaderVG to fgdata
2023-02-26 10:30:07 +01:00
// -*-C++-*-
void
shMain
(
)
{
Introduce a view-matrix for ShaderVG
2023-03-04 14:11:18 +01:00
gl_Position
=
sh_Ortho
*
sh_View
*
sh_Model
*
sh_Vertex
;
Move the shaders from ShaderVG to fgdata
2023-02-26 10:30:07 +01:00
}
Copy permalink