psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
_gcmTransferSurface Struct Reference

Specify destination surface characteristics for rsxSetTransferImage(). More...

#include <gcm_sys.h>

Data Fields

u32 format
 Format of destination surface. Possible values are:
 
u16 pitch
 Pitch for destination surface (width multipied by the number of bytes per pixel).
 
u8 _pad0 [2]
 unused padding bytes. most be 0.
 
u32 offset
 Destination suface memory offset, e.g., a value returned by gcmAddressToOffset() or gcmMapMainMemory().
 

Detailed Description

Specify destination surface characteristics for rsxSetTransferImage().

Definition at line 1064 of file gcm_sys.h.

Field Documentation

◆ _pad0

u8 _gcmTransferSurface::_pad0[2]

unused padding bytes. most be 0.

Definition at line 1077 of file gcm_sys.h.

◆ format

u32 _gcmTransferSurface::format

Format of destination surface. Possible values are:

Definition at line 1071 of file gcm_sys.h.

◆ offset

u32 _gcmTransferSurface::offset

Destination suface memory offset, e.g., a value returned by gcmAddressToOffset() or gcmMapMainMemory().

Definition at line 1080 of file gcm_sys.h.

◆ pitch

u16 _gcmTransferSurface::pitch

Pitch for destination surface (width multipied by the number of bytes per pixel).

Definition at line 1074 of file gcm_sys.h.


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