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

Functions

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

Variables

static GLfloat xrot
 
static GLfloat yrot
 
static GLfloat xspeed
 
static GLfloat yspeed
 
static GLfloat z = -5.0f
 
static GLuint filter
 
static GLuint texture [2]
 

Function Documentation

◆ draw_gl()

void draw_gl ( void )

References filter, texture, xrot, xspeed, yrot, yspeed, and z.

◆ glTextureLoadPVR()

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

◆ main()

Variable Documentation

◆ filter

GLuint filter
static

◆ texture

GLuint texture[2]
static

◆ xrot

GLfloat xrot
static

◆ xspeed

GLfloat xspeed
static

◆ yrot

GLfloat yrot
static

◆ yspeed

GLfloat yspeed
static

◆ z

GLfloat z = -5.0f
static