define around surface creation function for direct2display
This commit is contained in:
parent
57de00b759
commit
a4df583cd5
1 changed files with 2 additions and 0 deletions
|
|
@ -488,6 +488,7 @@ public:
|
|||
swapChain = VK_NULL_HANDLE;
|
||||
}
|
||||
|
||||
#if defined(_DIRECT2DISPLAY)
|
||||
/**
|
||||
* Create direct to display surface
|
||||
*/
|
||||
|
|
@ -622,4 +623,5 @@ public:
|
|||
delete[] pDisplayProperties;
|
||||
delete[] pPlaneProperties;
|
||||
}
|
||||
#endif
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue