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

#include <xe.h>

Collaboration diagram for XenosVertexBuffer:
Collaboration graph
[legend]

Data Fields

u32 phys_base
 
int vertices
 
int size
 
int space
 
void * base
 
struct XenosLock lock
 
struct XenosVertexBuffernext
 

Detailed Description

Definition at line 213 of file xe.h.

Field Documentation

◆ base

void* XenosVertexBuffer::base

Definition at line 218 of file xe.h.

◆ lock

struct XenosLock XenosVertexBuffer::lock

Definition at line 220 of file xe.h.

◆ next

struct XenosVertexBuffer* XenosVertexBuffer::next

Definition at line 222 of file xe.h.

◆ phys_base

u32 XenosVertexBuffer::phys_base

Definition at line 215 of file xe.h.

◆ size

int XenosVertexBuffer::size

Definition at line 217 of file xe.h.

◆ space

int XenosVertexBuffer::space

Definition at line 217 of file xe.h.

◆ vertices

int XenosVertexBuffer::vertices

Definition at line 216 of file xe.h.


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