summaryrefslogblamecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_shader_util.h
blob: c9d7cc380c1164ac5cdd5699808829594ef19839 (plain) (tree)
1
2
3
4
5
6
7
                                        
                                            



                                          
                      





                                                                                 
// Copyright 2014 Citra Emulator Project
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.

#pragma once

#include <glad/glad.h>

namespace ShaderUtil {

GLuint LoadShaders(const char* vertex_file_path, const char* fragment_file_path);

}