Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is C3D_FrameBufTransfer a blit operation ? #62

Open
SeleDreams opened this issue Apr 23, 2023 · 0 comments
Open

is C3D_FrameBufTransfer a blit operation ? #62

SeleDreams opened this issue Apr 23, 2023 · 0 comments

Comments

@SeleDreams
Copy link

SeleDreams commented Apr 23, 2023

Hi,
I am posting because i was working on porting godot 4 to the 3ds and godot 4 works via render lists that are then blit on the appropriate windows at the end of a frame.
the concept works, but i am not too sure about where to go about it on citro3d, i imagine that each godot rendertarget would use a C3D_RenderTarget or a C3D_FrameBuf, however, i am not too sure about how i am supposed to blit all of them to the screen's framebuf at the end. I don't see any examples of this type of stuff

i checked c3d's source and noticed that in frameend, c3d_framebuftransfer is used, i'm wondering if it is what i would need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant