emilib
Main Page
+
Namespaces
Namespace List
+
Namespace Members
All
Functions
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
y
~
+
Functions
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
w
y
~
Variables
+
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Pages
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