KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

Video memory access and management. More...

Modules

 Allocator
 Memory management API for VRAM.
 

Typedefs

typedef void * pvr_ptr_t
 PVR texture memory pointer.
 

Detailed Description

Video memory access and management.

Typedef Documentation

◆ pvr_ptr_t

typedef void* pvr_ptr_t

PVR texture memory pointer.

Unlike the old "TA" system, PVR pointers in the new system are actually SH-4 compatible pointers and can be used directly in place of ta_txr_map().

Not that anyone probably even remembers the old TA system anymore...