blob: 6f291b767dffb0488175fbaacaec54b916981e11 [file]
#version 460
layout (location = 0) out vec4 io;
void main() {
io = vec4(0.0);
}