mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-20 22:39:03 +00:00
remove implicit conversion to pointer to fix 32-bit compile (#1488)
* remove implicit conversion to pointer to fix 32-bit compile * fix formatting
This commit is contained in:
@@ -183,7 +183,7 @@ bool checkVkSupport()
|
||||
const VulkanInstance &instance = getVulkanInstance();
|
||||
const VulkanPhysicalDeviceList &physicalDeviceList =
|
||||
instance.getPhysicalDeviceList();
|
||||
if (physicalDeviceList == NULL)
|
||||
if (physicalDeviceList() == NULL)
|
||||
{
|
||||
std::cout << "physicalDeviceList is null, No GPUs found with "
|
||||
"Vulkan support !!!\n";
|
||||
|
||||
Reference in New Issue
Block a user