Replaced NULL with nullptr
This commit is contained in:
parent
f9aec342dc
commit
033dc4dbef
7 changed files with 8 additions and 8 deletions
|
|
@ -525,7 +525,7 @@ Error VulkanContext::_check_capabilities() {
|
|||
// check our extended features
|
||||
VkPhysicalDeviceMultiviewFeatures multiview_features;
|
||||
multiview_features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_MULTIVIEW_FEATURES;
|
||||
multiview_features.pNext = NULL;
|
||||
multiview_features.pNext = nullptr;
|
||||
|
||||
VkPhysicalDeviceFeatures2 device_features;
|
||||
device_features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue