KallistiOS git master
Independent SDK for the Sega Dreamcast
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Video memory access and management More...

Topics

 Allocator
 Memory management API for VRAM
 

Files

file  pvr_mem.h
 VRAM Management and Access.
 

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...