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

Add a minimal comprehensive tutorial for RenderingDevice #9294

Open
lemonJumps opened this issue Apr 29, 2024 · 0 comments
Open

Add a minimal comprehensive tutorial for RenderingDevice #9294

lemonJumps opened this issue Apr 29, 2024 · 0 comments
Labels
area:class reference Issues and PRs about the class reference, which should be addressed on the Godot engine repository enhancement

Comments

@lemonJumps
Copy link

Your Godot version:
4.2

Issue description:
As someone new to godot, I have no clue on how to use renderingdevice for rendering after reading trough the documentation.
I have essentially these things that I'd like to learn from documentation:

  • A minimal example.
  • Can I use objects that are in scenes for rendering device?
  • Can a rendering device coexist with rendering server?
  • Can I access Gdshaders with rendering device?
  • Can I use things like subviewports and cameras?

I have understanding of opengl and a surface level understanding of vulkan, but the real problem for me is how does this fit into godots existing systems.

I've also seen that, usage of rendering device will be required for rendering hooks in godot 4.3, so it would be nice to have that info for those as well.

URL to the documentation page (if already existing):
https://docs.godotengine.org/en/latest/classes/class_renderingdevice.html#class-renderingdevice-method-buffer-get-data

@skyace65 skyace65 added the area:class reference Issues and PRs about the class reference, which should be addressed on the Godot engine repository label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:class reference Issues and PRs about the class reference, which should be addressed on the Godot engine repository enhancement
Projects
None yet
Development

No branches or pull requests

2 participants