graph.c help
Posted: Thu Jun 02, 2005 2:01 am
Heya's, ive dont alot of reading/trial and error but im still stumped on how to use graph from the ps2sdk to use a chain and write an image to the screen. I get absolutely nothing on screen or junk if I play around with the BITBLTBUF settings..
shouldnt a call to graph_vram_write be enough to achieve this?
address = 0
width = 128
height = 128
psm = GS_PSM_CT24
data = Tex->mem (loaded correctly in to memory)
data_size = 128x128x24 bits = 49152 bytes (which is 3072 Qwords)
if someone can point me in the right direction it would be very appreciated!
Hed
shouldnt a call to graph_vram_write be enough to achieve this?
address = 0
width = 128
height = 128
psm = GS_PSM_CT24
data = Tex->mem (loaded correctly in to memory)
data_size = 128x128x24 bits = 49152 bytes (which is 3072 Qwords)
if someone can point me in the right direction it would be very appreciated!
Hed