LibXenon
Bare-metal Xbox 360 homebrew library
Loading...
Searching...
No Matches
Data Fields
XenosSurface Struct Reference

#include <xe.h>

Collaboration diagram for XenosSurface:
Collaboration graph
[legend]

Data Fields

int width
 
int height
 
int wpitch
 
int hpitch
 
int tiled
 
int format
 
u32 ptr
 
u32 ptr_mip
 
int bypp
 
int use_filtering
 
int u_addressing
 
int v_addressing
 
void * base
 
struct XenosLock lock
 

Detailed Description

Definition at line 199 of file xe.h.

Field Documentation

◆ base

void* XenosSurface::base

Definition at line 208 of file xe.h.

◆ bypp

int XenosSurface::bypp

Definition at line 203 of file xe.h.

◆ format

int XenosSurface::format

Definition at line 201 of file xe.h.

◆ height

int XenosSurface::height

Definition at line 201 of file xe.h.

◆ hpitch

int XenosSurface::hpitch

Definition at line 201 of file xe.h.

◆ lock

struct XenosLock XenosSurface::lock

Definition at line 210 of file xe.h.

◆ ptr

u32 XenosSurface::ptr

Definition at line 202 of file xe.h.

◆ ptr_mip

u32 XenosSurface::ptr_mip

Definition at line 202 of file xe.h.

◆ tiled

int XenosSurface::tiled

Definition at line 201 of file xe.h.

◆ u_addressing

int XenosSurface::u_addressing

Definition at line 206 of file xe.h.

◆ use_filtering

int XenosSurface::use_filtering

Definition at line 205 of file xe.h.

◆ v_addressing

int XenosSurface::v_addressing

Definition at line 206 of file xe.h.

◆ width

int XenosSurface::width

Definition at line 201 of file xe.h.

◆ wpitch

int XenosSurface::wpitch

Definition at line 201 of file xe.h.


The documentation for this struct was generated from the following file: