This website requires JavaScript.
Explore
Help
Sign In
kuhyx
/
engineer-thesis-WUT
Watch
1
Star
0
Fork
0
You've already forked engineer-thesis-WUT
mirror of
https://github.com/kuhyx/engineer-thesis-WUT.git
synced
2026-07-04 15:03:11 +02:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
56cd687c30
engineer-thesis-WUT
/
learnOpenGl
/
engine
/
Shaders
/
fragmentShaderSource.fs
6 lines
98 B
Forth
Raw
Normal View
History
Unescape
Escape
feat: working shader class
2022-12-11 18:49:16 +01:00
#version
330
core
out
vec4
FragColor;
void
main()
{
feat: toDo draw square class
2023-01-18 17:51:24 +01:00
FragColor
=
vec4(0.9f,
0
.5
f,
0
.2
f,
1
.0
f);
feat: working shader class
2022-12-11 18:49:16 +01:00
}
Reference in New Issue
Copy Permalink