KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
bkg.c File Reference
#include "gp.h"

Functions

void bkg_setup (void)
 
static void draw_floor_poly (void)
 
static void draw_wall_poly (void)
 
void bkg_render (void)
 

Variables

static int ang = 0
 
static pvr_ptr_t chktexture
 
static float horizon = 340.0f
 

Function Documentation

◆ bkg_render()

◆ bkg_setup()

void bkg_setup ( void )

References chktexture, pvr_mem_malloc(), texture, x, and y.

Referenced by main().

◆ draw_floor_poly()

◆ draw_wall_poly()

Variable Documentation

◆ ang

int ang = 0
static

Referenced by bkg_render(), and draw_floor_poly().

◆ chktexture

pvr_ptr_t chktexture
static

Referenced by bkg_render(), and bkg_setup().

◆ horizon

float horizon = 340.0f
static

Referenced by draw_floor_poly(), and draw_wall_poly().