Blender Git Commit Log

Git Commits -> Revision 8b8142c

March 10, 2020, 15:00 (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: 8b8142c13a70cd72c794f6a0fd9f4fdd7789f72a
Parent Commit: d60c71f
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)

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)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021