You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #98709 from darksylinc/matias-upsidedown-splash
Fix splash screen upside down on Android
This commit is contained in:
@@ -454,6 +454,9 @@ public:
|
||||
// Retrieve the render pass that can be used to draw on the swap chain's framebuffers.
|
||||
virtual RenderPassID swap_chain_get_render_pass(SwapChainID p_swap_chain) = 0;
|
||||
|
||||
// Retrieve the rotation in degrees to apply as a pre-transform. Usually 0 on PC. May be 0, 90, 180 & 270 on Android.
|
||||
virtual int swap_chain_get_pre_rotation_degrees(SwapChainID p_swap_chain) { return 0; }
|
||||
|
||||
// Retrieve the format used by the swap chain's framebuffers.
|
||||
virtual DataFormat swap_chain_get_format(SwapChainID p_swap_chain) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user