Blender Git Loki
Git Commits -> Revision 6ae0839
Revision 6ae0839 by Julian Eisel (vr_scene_inspection) March 10, 2020, 15:39 (GMT) |
Remove obscure unique_oxr_ptr, implement alternative RAII for swapchain Add an own class for the swapchain, through which we can ensure correct RAII resource management. |
Commit Details:
Full Hash: 6ae0839879344e1ecf6978864a95526a640080bb
Parent Commit: 1e2253a
Lines Changed: +218, -178
2 Added Paths:
/intern/ghost/intern/GHOST_XrSwapchain.cpp (+131, -0) (View)
/intern/ghost/intern/GHOST_XrSwapchain.h (+45, -0) (View)
/intern/ghost/intern/GHOST_XrSwapchain.h (+45, -0) (View)
6 Modified Paths:
/intern/ghost/CMakeLists.txt (+3, -1) (Diff)
/intern/ghost/intern/GHOST_IXRGraphicsBinding.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_XRGraphicsBinding.cpp (+4, -4) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+26, -104) (Diff)
/intern/ghost/intern/GHOST_XrSession.h (+4, -3) (Diff)
/intern/ghost/intern/GHOST_XR_intern.h (+4, -65) (Diff)
/intern/ghost/intern/GHOST_IXRGraphicsBinding.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_XRGraphicsBinding.cpp (+4, -4) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+26, -104) (Diff)
/intern/ghost/intern/GHOST_XrSession.h (+4, -3) (Diff)
/intern/ghost/intern/GHOST_XR_intern.h (+4, -65) (Diff)