Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devloglogan committed Jan 28, 2025
1 parent d7098c5 commit c322917
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

#include "openxr_fb_update_swapchain_extension.h"

#include "openxr_composition_layer_extension.h"

// Always include this as late as possible.
#include "../openxr_platform_inc.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,12 @@
// https://github.khronos.org/OpenXR-Inventory/extension_support.html#XR_FB_swapchain_update_state

#include "../openxr_api.h"
#include "../scene/openxr_composition_layer.h"
#include "../util.h"
#include "openxr_composition_layer_extension.h"
#include "openxr_extension_wrapper.h"

struct SwapchainState;

class OpenXRFBUpdateSwapchainExtension : public OpenXRExtensionWrapper {
friend class OpenXRFBFoveationExtension;

Expand Down

0 comments on commit c322917

Please sign in to comment.