KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
nehe06.c File Reference
#include <kos.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glkos.h>

Functions

GLuint glTextureLoadPVR (char *fname, unsigned char isMipMapped, unsigned char glMipMap)
 
void draw_gl (void)
 
int main (int argc, char **argv)
 

Variables

GLfloat xrot
 
GLfloat yrot
 
GLfloat zrot
 
GLuint texture [1]
 

Function Documentation

◆ draw_gl()

void draw_gl ( void )

References texture, xrot, yrot, and zrot.

Referenced by main().

◆ glTextureLoadPVR()

GLuint glTextureLoadPVR ( char * fname,
unsigned char isMipMapped,
unsigned char glMipMap )
extern

Referenced by main().

◆ main()

Variable Documentation

◆ texture

GLuint texture[1]

Referenced by draw_gl(), and main().

◆ xrot

GLfloat xrot

Referenced by draw_gl().

◆ yrot

GLfloat yrot

Referenced by draw_gl().

◆ zrot

GLfloat zrot

Referenced by draw_gl().