~glmark2-dev/glmark2/libmatrix-util

« back to all changes in this revision

Viewing changes to src/texture.h

  • Committer: Alexandros Frantzis
  • Date: 2010-07-12 10:06:29 UTC
  • Revision ID: git-v1:32841650dbc96bb732093df311cbc7425515e5ab
Use waf for build system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _TEXTURE_H
 
2
#define _TEXTURE_H
 
3
 
 
4
#include "oglsdl.h"
 
5
 
 
6
#include <stdio.h>
 
7
 
 
8
int load_texture(const char pFilename[], GLuint *pTexture);
 
9
 
 
10
#endif