KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
texture.h
Go to the documentation of this file.
1/*
2 KallistiOS 2.0.0
3
4 texture.h
5 (C) 2013 Josh Pearson
6*/
7
8#ifndef TEXTURE_H
9#define TEXTURE_H
10
11#include <KGL/gl.h>
12
13GLuint glTextureLoadPVR(char *fname, unsigned char isMipMapped, unsigned char glMipMap);
14
15#endif
GLuint glTextureLoadPVR(char *fname, unsigned char isMipMapped, unsigned char glMipMap)
Definition pvr-texture.c:53