define around surface creation function for direct2display

This commit is contained in:
saschawillems 2016-11-05 11:21:51 +01:00
parent 57de00b759
commit a4df583cd5

View file

@ -488,6 +488,7 @@ public:
swapChain = VK_NULL_HANDLE; swapChain = VK_NULL_HANDLE;
} }
#if defined(_DIRECT2DISPLAY)
/** /**
* Create direct to display surface * Create direct to display surface
*/ */
@ -622,4 +623,5 @@ public:
delete[] pDisplayProperties; delete[] pDisplayProperties;
delete[] pPlaneProperties; delete[] pPlaneProperties;
} }
#endif
}; };