mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Finish splitting functionality of the Vulkan and D3D12 backends into RenderingDeviceDriver.
This commit is contained in:
parent
f317cc713a
commit
73eff10c76
74 changed files with 5723 additions and 5953 deletions
|
|
@ -120,7 +120,6 @@ public:
|
|||
|
||||
void initialize();
|
||||
void begin_frame(double frame_step);
|
||||
void prepare_for_blitting_render_targets();
|
||||
void blit_render_targets_to_screen(DisplayServer::WindowID p_screen, const BlitToScreen *p_render_targets, int p_amount);
|
||||
|
||||
void end_viewport(bool p_swap_buffers) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue