Blender Git Loki
Git Commits -> Revision 9d29373
Revision 9d29373 by Julian Eisel (soc-2019-openxr, temp-vr-draw-thread, vamr-openxr-module, vr_scene_inspection) June 19, 2019, 10:20 (GMT) |
Init OpenXR graphics bindings with valid graphics context (Win only) Will do this for Linux in a separate commit. Also fixes a stupid mistake from previous commit on lazy-creation of XR context. |
Commit Details:
Full Hash: 9d29373b06e8312bdcbc93232a1d18e6d90d65a1
Parent Commit: f2f1e4d
Lines Changed: +43, -10
6 Modified Paths:
/intern/ghost/intern/GHOST_ContextD3D.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_ContextD3D.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.h (+9, -0) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+16, -3) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+6, -7) (Diff)
/intern/ghost/intern/GHOST_ContextD3D.h (+2, -0) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_ContextWGL.h (+9, -0) (Diff)
/intern/ghost/intern/GHOST_XRSession.cpp (+16, -3) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+6, -7) (Diff)