Skip to content

Commit f18e615

Browse files
committed
TODO vulkan query physdev
1 parent c6e57d2 commit f18e615

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/nbl/video/CVulkanPhysicalDevice.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class CVulkanPhysicalDevice final : public IPhysicalDevice
2828
m_availableFeatureSet.insert(vk_extension.extensionName);
2929
}
3030

31+
// TODO: Query Properties/Features based on availability of extensions to avoid validation issues about "unknown VkStructureType"
32+
3133
// Get physical device's limits/properties
3234

3335
// !! Always check the API version is >= 1.3 before using `vulkan13Properties`

0 commit comments

Comments
 (0)