#version 460 core out vec4 FragColor; in vec2 TexCoords; uniform sampler2D screenTexure; void main(){ FragColor = texture(screenTexure, TexCoords); }