emilib
emilib
pvr.hpp
1
// By Emil Ernerfeldt 2014-2016
2
// LICENSE:
3
// This software is dual-licensed to the public domain and under the following
4
// license: you are granted a perpetual, irrevocable license to copy, modify,
5
// publish, and distribute this file as you see fit.
6
// HISTORY:
7
// Created in 2014 for Ghostel
8
9
#pragma once
10
11
#include <emilib/gl_lib_fwd.hpp>
12
13
namespace
gl
{
14
16
gl::Texture
load_pvr
(
const
char
* path,
gl::TexParams
params);
17
18
}
// namespace gl
gl::TexParams
Definition:
gl_lib_fwd.hpp:151
gl::Texture
Definition:
gl_lib.hpp:48
gl::load_pvr
gl::Texture load_pvr(const char *path, gl::TexParams params)
iOS only!
gl
OpenGL wrapper classes.
Definition:
gl_lib.hpp:30
Generated by
1.8.13