Skip to content

Android vulkan fixes#913

Open
RblSb wants to merge 1 commit into
Kode:v2from
RblSb:android-vulkan-fixes
Open

Android vulkan fixes#913
RblSb wants to merge 1 commit into
Kode:v2from
RblSb:android-vulkan-fixes

Conversation

@RblSb

@RblSb RblSb commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

After some debugging with ai analysis, i got working android vulkan rendering on my Dimensity 8100 device. These changes addressed 3 problems:

  • Black screen at start, before screen is rotated - commandlist change
  • Flickering with black screens - fixed with VK_ATTACHMENT_LOAD_OP_LOAD mode
  • Native resize event is not fired for some reason on screen rotation, so manual width/height check fixes incorrect surface sizes after rotations

Please check if something of it makes sense, or should be implemented differently.

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

Successfully merging this pull request may close these issues.

1 participant