summaryrefslogblamecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_shader_util.h
blob: 9b93a8a0c5f751b05d623b9673cd3920a0fc3713 (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 "generated/gl_3_2_core.h"

namespace ShaderUtil {

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

}