You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/nbl/video/IAPIConnection.h
+16-21Lines changed: 16 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ class IPhysicalDevice;
20
20
classNBL_API2 IAPIConnection : public core::IReferenceCounted
21
21
{
22
22
public:
23
-
24
23
// Equivalent to Instance Extensions and Layers
25
24
// Any device feature that has an api connection feature dependency that is not enabled is considered to be unsupported,
26
25
// for example you need to enable E_SWAPCHAIN_MODE::ESM_SURFACE in order for the physical device to report support in SPhysicalDeviceFeatures::swapchainMode
@@ -60,39 +59,35 @@ class NBL_API2 IAPIConnection : public core::IReferenceCounted
0 commit comments