Homebrew [Question] Framebuffers and bgr images

  • Thread starter Thread starter Urbanshadow
  • Start date Start date
  • Views Views 1,109
  • Replies Replies 4

Urbanshadow

Well-Known Member
Member
Joined
Oct 16, 2015
Messages
1,578
Solutions
1
Reaction score
694
Trophies
1
Age
35
XP
1,756
Country
When I write directly with memcpy images to a screen framebuffer, should I expect alpha support for png images?
How am I supposed to play with multiple layered images? Should I use memcpy if I intend to work with sprites?

If double buffering is active image flickers but I'm writing the image in backbuffer every frame. Why?

Thanks in advance.
 
Last edited by Urbanshadow,
When I write directly with memcpy images to a screen framebuffer, should I expect alpha support for png images?
How am I supposed to play with multiple layered images? Should I use memcpy if I intend to work with sprites?

If double buffering is active image flickers but I'm writing the image in backbuffer every frame. Why?

Thanks in advance.

3DS Framebuffers are BGR (so no alpha channel like PSVITA ones) and they are 240x320 and 240x400 (so they are rotated).
 
3DS Framebuffers are BGR (so no alpha channel like PSVITA ones) and they are 240x320 and 240x400 (so they are rotated).
Ok... I am supossed to use an extra library to work with sprites, am I?
Already tried to use console mode after seting the image to framebuffer... no luck, image shows messed up.
 
Last edited by Urbanshadow,

Site & Scene News

Popular threads in this forum