We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e57d2 commit f18e615Copy full SHA for f18e615
src/nbl/video/CVulkanPhysicalDevice.h
@@ -28,6 +28,8 @@ class CVulkanPhysicalDevice final : public IPhysicalDevice
28
m_availableFeatureSet.insert(vk_extension.extensionName);
29
}
30
31
+ // TODO: Query Properties/Features based on availability of extensions to avoid validation issues about "unknown VkStructureType"
32
+
33
// Get physical device's limits/properties
34
35
// !! Always check the API version is >= 1.3 before using `vulkan13Properties`
0 commit comments