mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-28 10:14:37 +01:00
wineopenxr: Don't recreate swapchain images for subsequent calls to EnumerateSwapchainImages.
This commit is contained in:
parent
0181ecc872
commit
2cf4673153
2 changed files with 54 additions and 22 deletions
|
|
@ -49,6 +49,8 @@ typedef struct wine_XrSession {
|
|||
|
||||
typedef struct wine_XrSwapchain{
|
||||
XrSwapchain swapchain;
|
||||
XrSwapchainImageBaseHeader *images;
|
||||
uint32_t image_count;
|
||||
struct wine_XrSession *wine_session;
|
||||
|
||||
XrSwapchainCreateInfo create_info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue