mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
include readtex.h
This commit is contained in:
parent
f98921d344
commit
80b8665438
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: texrect.c,v 1.3 2003/05/20 09:54:58 keithw Exp $ */
|
||||
/* $Id: texrect.c,v 1.4 2003/05/30 15:37:47 brianp Exp $ */
|
||||
|
||||
/* GL_NV_texture_rectangle test
|
||||
*
|
||||
|
|
@ -13,6 +13,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <GL/glut.h>
|
||||
#include "readtex.h"
|
||||
|
||||
#define TEXTURE_0_FILE "../images/girl.rgb"
|
||||
#define TEXTURE_1_FILE "../images/reflect.rgb"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue