This website requires JavaScript.
Explore
Help
Sign In
whytofly
/
qt6-bb10
Watch
1
Star
0
Fork
You've already forked qt6-bb10
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4e7013033f
qt6-bb10
/
tests
/
manual
/
rhi
/
computebuffer
/
main.frag
9 lines
99 B
GLSL
Raw
Blame
History
#version 440
layout
(
location
=
0
)
out
vec4
fragColor
;
void
main
(
)
{
fragColor
=
vec4
(
1.0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink