projects
/
vkrt
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed swapchain sync for standard win, needs recreation at resize
[vkrt]
/
data
/
main.frag
1
#version 450
2
3
layout(location = 0) out vec4 f_color;
4
void main()
5
{
6
f_color = vec4(1.0, 0.0, 0.0, 1.0);
7
}