repo.or.cz
/
glslang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ci: Remove gcc from macos matrix
[glslang.git]
/
Test
/
spv.ext.ShaderTileImage.subpassinput.frag
blob
ec0e85ea43b1168ca22efa860afdd4059e7a6110
1
#version 450
2
#extension GL_EXT_shader_tile_image : require
3
4
precision highp float;
5
6
layout(set = 0, binding = 0, input_attachment_index = 0) uniform subpassInput i;
7
8
layout(location = 0) out vec4 fragColor;
9
10
void main()
11
{
12
fragColor = subpassLoad(i);
13
}