mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-29 16:05:56 +02:00
dont implode
This commit is contained in:
parent
2c6f9329e1
commit
e66d69c3b2
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +15,5 @@ layout (location = 0) out vec4 frag_color;
|
||||||
layout (binding = BINDING_COLOR_TEXTURE) uniform sampler2D input_texture;
|
layout (binding = BINDING_COLOR_TEXTURE) uniform sampler2D input_texture;
|
||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
frag_color = texelFetch(input_texture, ivec2(posPos.xy * textureSize(input_texture)), gl_SampleID);
|
frag_color = texelFetch(input_texture, ivec2(posPos.xy * textureSize(input_texture, 0)), gl_SampleID);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue