Skip to content
Snippets Groups Projects
Commit f20e18f6 authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

host_shaders: Add copyright headers to OpenGL present shaders

parent 95d156a1
No related branches found
No related tags found
No related merge requests found
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#version 430 core #version 430 core
layout (location = 0) in vec2 frag_tex_coord; layout (location = 0) in vec2 frag_tex_coord;
......
// Copyright 2020 yuzu Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#version 430 core #version 430 core
out gl_PerVertex { out gl_PerVertex {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment