Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ../subprojects/vkroots/vkroots.h:8333:49: error: expected primary-expression before ‘const’
- 8333 | constexpr bool HasGetPrivateData = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPrivateData; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8333:40: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8333 | constexpr bool HasGetPrivateData = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPrivateData; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8333:75: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8333 | constexpr bool HasGetPrivateData = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPrivateData; };
- | ^
- ../subprojects/vkroots/vkroots.h:8339:52: error: expected primary-expression before ‘const’
- 8339 | constexpr bool HasGetPrivateDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPrivateDataEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8339:43: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8339 | constexpr bool HasGetPrivateDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPrivateDataEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8339:78: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8339 | constexpr bool HasGetPrivateDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPrivateDataEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8345:54: error: expected primary-expression before ‘const’
- 8345 | constexpr bool HasGetQueryPoolResults = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueryPoolResults; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8345:45: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8345 | constexpr bool HasGetQueryPoolResults = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueryPoolResults; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8345:80: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8345 | constexpr bool HasGetQueryPoolResults = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueryPoolResults; };
- | ^
- ../subprojects/vkroots/vkroots.h:8351:60: error: expected primary-expression before ‘const’
- 8351 | constexpr bool HasGetQueueCheckpointData2NV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueueCheckpointData2NV; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8351:51: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8351 | constexpr bool HasGetQueueCheckpointData2NV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueueCheckpointData2NV; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8351:86: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8351 | constexpr bool HasGetQueueCheckpointData2NV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueueCheckpointData2NV; };
- | ^
- ../subprojects/vkroots/vkroots.h:8357:59: error: expected primary-expression before ‘const’
- 8357 | constexpr bool HasGetQueueCheckpointDataNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueueCheckpointDataNV; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8357:50: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8357 | constexpr bool HasGetQueueCheckpointDataNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueueCheckpointDataNV; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8357:85: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8357 | constexpr bool HasGetQueueCheckpointDataNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueueCheckpointDataNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:8363:82: error: expected primary-expression before ‘const’
- 8363 | constexpr bool HasGetRayTracingCaptureReplayShaderGroupHandlesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingCaptureReplayShaderGroupHandlesKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8363:73: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8363 | constexpr bool HasGetRayTracingCaptureReplayShaderGroupHandlesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingCaptureReplayShaderGroupHandlesKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8363:108: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8363 | constexpr bool HasGetRayTracingCaptureReplayShaderGroupHandlesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingCaptureReplayShaderGroupHandlesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8369:69: error: expected primary-expression before ‘const’
- 8369 | constexpr bool HasGetRayTracingShaderGroupHandlesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupHandlesKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8369:60: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8369 | constexpr bool HasGetRayTracingShaderGroupHandlesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupHandlesKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8369:95: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8369 | constexpr bool HasGetRayTracingShaderGroupHandlesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupHandlesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8375:68: error: expected primary-expression before ‘const’
- 8375 | constexpr bool HasGetRayTracingShaderGroupHandlesNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupHandlesNV; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8375:59: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8375 | constexpr bool HasGetRayTracingShaderGroupHandlesNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupHandlesNV; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8375:94: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8375 | constexpr bool HasGetRayTracingShaderGroupHandlesNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupHandlesNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:8381:71: error: expected primary-expression before ‘const’
- 8381 | constexpr bool HasGetRayTracingShaderGroupStackSizeKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupStackSizeKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8381:62: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8381 | constexpr bool HasGetRayTracingShaderGroupStackSizeKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupStackSizeKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8381:97: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8381 | constexpr bool HasGetRayTracingShaderGroupStackSizeKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupStackSizeKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8387:64: error: expected primary-expression before ‘const’
- 8387 | constexpr bool HasGetRefreshCycleDurationGOOGLE = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRefreshCycleDurationGOOGLE; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8387:55: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8387 | constexpr bool HasGetRefreshCycleDurationGOOGLE = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRefreshCycleDurationGOOGLE; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8387:90: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8387 | constexpr bool HasGetRefreshCycleDurationGOOGLE = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRefreshCycleDurationGOOGLE; };
- | ^
- ../subprojects/vkroots/vkroots.h:8393:59: error: expected primary-expression before ‘const’
- 8393 | constexpr bool HasGetRenderAreaGranularity = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRenderAreaGranularity; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8393:50: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8393 | constexpr bool HasGetRenderAreaGranularity = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRenderAreaGranularity; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8393:85: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8393 | constexpr bool HasGetRenderAreaGranularity = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRenderAreaGranularity; };
- | ^
- ../subprojects/vkroots/vkroots.h:8399:59: error: expected primary-expression before ‘const’
- 8399 | constexpr bool HasGetSemaphoreCounterValue = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreCounterValue; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8399:50: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8399 | constexpr bool HasGetSemaphoreCounterValue = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreCounterValue; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8399:85: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8399 | constexpr bool HasGetSemaphoreCounterValue = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreCounterValue; };
- | ^
- ../subprojects/vkroots/vkroots.h:8405:62: error: expected primary-expression before ‘const’
- 8405 | constexpr bool HasGetSemaphoreCounterValueKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreCounterValueKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8405:53: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8405 | constexpr bool HasGetSemaphoreCounterValueKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreCounterValueKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8405:88: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8405 | constexpr bool HasGetSemaphoreCounterValueKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreCounterValueKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8411:52: error: expected primary-expression before ‘const’
- 8411 | constexpr bool HasGetSemaphoreFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreFdKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8411:43: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8411 | constexpr bool HasGetSemaphoreFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreFdKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8411:78: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8411 | constexpr bool HasGetSemaphoreFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreFdKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8433:51: error: expected primary-expression before ‘const’
- 8433 | constexpr bool HasGetShaderInfoAMD = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderInfoAMD; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8433:42: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8433 | constexpr bool HasGetShaderInfoAMD = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderInfoAMD; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8433:77: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8433 | constexpr bool HasGetShaderInfoAMD = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderInfoAMD; };
- | ^
- ../subprojects/vkroots/vkroots.h:8439:73: error: expected primary-expression before ‘const’
- 8439 | constexpr bool HasGetShaderModuleCreateInfoIdentifierEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderModuleCreateInfoIdentifierEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8439:64: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8439 | constexpr bool HasGetShaderModuleCreateInfoIdentifierEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderModuleCreateInfoIdentifierEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8439:99: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8439 | constexpr bool HasGetShaderModuleCreateInfoIdentifierEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderModuleCreateInfoIdentifierEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8445:63: error: expected primary-expression before ‘const’
- 8445 | constexpr bool HasGetShaderModuleIdentifierEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderModuleIdentifierEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8445:54: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8445 | constexpr bool HasGetShaderModuleIdentifierEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderModuleIdentifierEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8445:89: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8445 | constexpr bool HasGetShaderModuleIdentifierEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderModuleIdentifierEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8451:57: error: expected primary-expression before ‘const’
- 8451 | constexpr bool HasGetSwapchainCounterEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainCounterEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8451:48: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8451 | constexpr bool HasGetSwapchainCounterEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainCounterEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8451:83: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8451 | constexpr bool HasGetSwapchainCounterEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainCounterEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8473:56: error: expected primary-expression before ‘const’
- 8473 | constexpr bool HasGetSwapchainImagesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainImagesKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8473:47: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8473 | constexpr bool HasGetSwapchainImagesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainImagesKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8473:82: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8473 | constexpr bool HasGetSwapchainImagesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainImagesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8479:56: error: expected primary-expression before ‘const’
- 8479 | constexpr bool HasGetSwapchainStatusKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainStatusKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8479:47: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8479 | constexpr bool HasGetSwapchainStatusKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainStatusKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8479:82: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8479 | constexpr bool HasGetSwapchainStatusKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainStatusKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8485:60: error: expected primary-expression before ‘const’
- 8485 | constexpr bool HasGetValidationCacheDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetValidationCacheDataEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8485:51: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8485 | constexpr bool HasGetValidationCacheDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetValidationCacheDataEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8485:86: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8485 | constexpr bool HasGetValidationCacheDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetValidationCacheDataEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8499:51: error: expected primary-expression before ‘const’
- 8499 | constexpr bool HasImportFenceFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ImportFenceFdKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8499:42: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8499 | constexpr bool HasImportFenceFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ImportFenceFdKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8499:77: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8499 | constexpr bool HasImportFenceFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ImportFenceFdKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8513:55: error: expected primary-expression before ‘const’
- 8513 | constexpr bool HasImportSemaphoreFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ImportSemaphoreFdKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8513:46: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8513 | constexpr bool HasImportSemaphoreFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ImportSemaphoreFdKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8513:81: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8513 | constexpr bool HasImportSemaphoreFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ImportSemaphoreFdKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8535:64: error: expected primary-expression before ‘const’
- 8535 | constexpr bool HasInitializePerformanceApiINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::InitializePerformanceApiINTEL; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8535:55: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8535 | constexpr bool HasInitializePerformanceApiINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::InitializePerformanceApiINTEL; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8535:90: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8535 | constexpr bool HasInitializePerformanceApiINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::InitializePerformanceApiINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:8541:63: error: expected primary-expression before ‘const’
- 8541 | constexpr bool HasInvalidateMappedMemoryRanges = requires(const DeviceOverrides& t) { &DeviceOverrides::InvalidateMappedMemoryRanges; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8541:54: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8541 | constexpr bool HasInvalidateMappedMemoryRanges = requires(const DeviceOverrides& t) { &DeviceOverrides::InvalidateMappedMemoryRanges; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8541:89: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8541 | constexpr bool HasInvalidateMappedMemoryRanges = requires(const DeviceOverrides& t) { &DeviceOverrides::InvalidateMappedMemoryRanges; };
- | ^
- ../subprojects/vkroots/vkroots.h:8547:44: error: expected primary-expression before ‘const’
- 8547 | constexpr bool HasMapMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::MapMemory; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8547:35: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8547 | constexpr bool HasMapMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::MapMemory; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8547:70: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8547 | constexpr bool HasMapMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::MapMemory; };
- | ^
- ../subprojects/vkroots/vkroots.h:8553:54: error: expected primary-expression before ‘const’
- 8553 | constexpr bool HasMergePipelineCaches = requires(const DeviceOverrides& t) { &DeviceOverrides::MergePipelineCaches; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8553:45: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8553 | constexpr bool HasMergePipelineCaches = requires(const DeviceOverrides& t) { &DeviceOverrides::MergePipelineCaches; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8553:80: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8553 | constexpr bool HasMergePipelineCaches = requires(const DeviceOverrides& t) { &DeviceOverrides::MergePipelineCaches; };
- | ^
- ../subprojects/vkroots/vkroots.h:8559:59: error: expected primary-expression before ‘const’
- 8559 | constexpr bool HasMergeValidationCachesEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::MergeValidationCachesEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8559:50: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8559 | constexpr bool HasMergeValidationCachesEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::MergeValidationCachesEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8559:85: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8559 | constexpr bool HasMergeValidationCachesEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::MergeValidationCachesEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8565:63: error: expected primary-expression before ‘const’
- 8565 | constexpr bool HasQueueBeginDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueBeginDebugUtilsLabelEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8565:54: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8565 | constexpr bool HasQueueBeginDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueBeginDebugUtilsLabelEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8565:89: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8565 | constexpr bool HasQueueBeginDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueBeginDebugUtilsLabelEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8571:50: error: expected primary-expression before ‘const’
- 8571 | constexpr bool HasQueueBindSparse = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueBindSparse; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8571:41: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8571 | constexpr bool HasQueueBindSparse = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueBindSparse; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8571:76: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8571 | constexpr bool HasQueueBindSparse = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueBindSparse; };
- | ^
- ../subprojects/vkroots/vkroots.h:8577:61: error: expected primary-expression before ‘const’
- 8577 | constexpr bool HasQueueEndDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueEndDebugUtilsLabelEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8577:52: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8577 | constexpr bool HasQueueEndDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueEndDebugUtilsLabelEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8577:87: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8577 | constexpr bool HasQueueEndDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueEndDebugUtilsLabelEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8583:64: error: expected primary-expression before ‘const’
- 8583 | constexpr bool HasQueueInsertDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueInsertDebugUtilsLabelEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8583:55: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8583 | constexpr bool HasQueueInsertDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueInsertDebugUtilsLabelEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8583:90: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8583 | constexpr bool HasQueueInsertDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueInsertDebugUtilsLabelEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8589:50: error: expected primary-expression before ‘const’
- 8589 | constexpr bool HasQueuePresentKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::QueuePresentKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8589:41: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8589 | constexpr bool HasQueuePresentKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::QueuePresentKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8589:76: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8589 | constexpr bool HasQueuePresentKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::QueuePresentKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8595:72: error: expected primary-expression before ‘const’
- 8595 | constexpr bool HasQueueSetPerformanceConfigurationINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSetPerformanceConfigurationINTEL; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8595:63: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8595 | constexpr bool HasQueueSetPerformanceConfigurationINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSetPerformanceConfigurationINTEL; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8595:98: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8595 | constexpr bool HasQueueSetPerformanceConfigurationINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSetPerformanceConfigurationINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:8609:46: error: expected primary-expression before ‘const’
- 8609 | constexpr bool HasQueueSubmit = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8609:37: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8609 | constexpr bool HasQueueSubmit = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8609:72: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8609 | constexpr bool HasQueueSubmit = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit; };
- | ^
- ../subprojects/vkroots/vkroots.h:8615:47: error: expected primary-expression before ‘const’
- 8615 | constexpr bool HasQueueSubmit2 = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit2; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8615:38: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8615 | constexpr bool HasQueueSubmit2 = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit2; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8615:73: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8615 | constexpr bool HasQueueSubmit2 = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit2; };
- | ^
- ../subprojects/vkroots/vkroots.h:8621:50: error: expected primary-expression before ‘const’
- 8621 | constexpr bool HasQueueSubmit2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit2KHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8621:41: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8621 | constexpr bool HasQueueSubmit2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit2KHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8621:76: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8621 | constexpr bool HasQueueSubmit2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8627:48: error: expected primary-expression before ‘const’
- 8627 | constexpr bool HasQueueWaitIdle = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueWaitIdle; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8627:39: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8627 | constexpr bool HasQueueWaitIdle = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueWaitIdle; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8627:74: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8627 | constexpr bool HasQueueWaitIdle = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueWaitIdle; };
- | ^
- ../subprojects/vkroots/vkroots.h:8633:57: error: expected primary-expression before ‘const’
- 8633 | constexpr bool HasRegisterDeviceEventEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::RegisterDeviceEventEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8633:48: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8633 | constexpr bool HasRegisterDeviceEventEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::RegisterDeviceEventEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8633:83: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8633 | constexpr bool HasRegisterDeviceEventEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::RegisterDeviceEventEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8639:58: error: expected primary-expression before ‘const’
- 8639 | constexpr bool HasRegisterDisplayEventEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::RegisterDisplayEventEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8639:49: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8639 | constexpr bool HasRegisterDisplayEventEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::RegisterDisplayEventEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8639:84: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8639 | constexpr bool HasRegisterDisplayEventEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::RegisterDisplayEventEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8653:71: error: expected primary-expression before ‘const’
- 8653 | constexpr bool HasReleasePerformanceConfigurationINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::ReleasePerformanceConfigurationINTEL; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8653:62: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8653 | constexpr bool HasReleasePerformanceConfigurationINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::ReleasePerformanceConfigurationINTEL; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8653:97: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8653 | constexpr bool HasReleasePerformanceConfigurationINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::ReleasePerformanceConfigurationINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:8659:58: error: expected primary-expression before ‘const’
- 8659 | constexpr bool HasReleaseProfilingLockKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ReleaseProfilingLockKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8659:49: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8659 | constexpr bool HasReleaseProfilingLockKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ReleaseProfilingLockKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8659:84: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8659 | constexpr bool HasReleaseProfilingLockKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ReleaseProfilingLockKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8665:53: error: expected primary-expression before ‘const’
- 8665 | constexpr bool HasResetCommandBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetCommandBuffer; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8665:44: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8665 | constexpr bool HasResetCommandBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetCommandBuffer; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8665:79: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8665 | constexpr bool HasResetCommandBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetCommandBuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:8671:51: error: expected primary-expression before ‘const’
- 8671 | constexpr bool HasResetCommandPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetCommandPool; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8671:42: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8671 | constexpr bool HasResetCommandPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetCommandPool; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8671:77: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8671 | constexpr bool HasResetCommandPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetCommandPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:8677:54: error: expected primary-expression before ‘const’
- 8677 | constexpr bool HasResetDescriptorPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetDescriptorPool; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8677:45: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8677 | constexpr bool HasResetDescriptorPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetDescriptorPool; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8677:80: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8677 | constexpr bool HasResetDescriptorPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetDescriptorPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:8683:45: error: expected primary-expression before ‘const’
- 8683 | constexpr bool HasResetEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetEvent; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8683:36: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8683 | constexpr bool HasResetEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetEvent; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8683:71: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8683 | constexpr bool HasResetEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetEvent; };
- | ^
- ../subprojects/vkroots/vkroots.h:8689:46: error: expected primary-expression before ‘const’
- 8689 | constexpr bool HasResetFences = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetFences; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8689:37: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8689 | constexpr bool HasResetFences = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetFences; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8689:72: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8689 | constexpr bool HasResetFences = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetFences; };
- | ^
- ../subprojects/vkroots/vkroots.h:8695:49: error: expected primary-expression before ‘const’
- 8695 | constexpr bool HasResetQueryPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetQueryPool; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8695:40: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8695 | constexpr bool HasResetQueryPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetQueryPool; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8695:75: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8695 | constexpr bool HasResetQueryPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetQueryPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:8701:52: error: expected primary-expression before ‘const’
- 8701 | constexpr bool HasResetQueryPoolEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetQueryPoolEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8701:43: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8701 | constexpr bool HasResetQueryPoolEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetQueryPoolEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8701:78: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8701 | constexpr bool HasResetQueryPoolEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetQueryPoolEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8723:61: error: expected primary-expression before ‘const’
- 8723 | constexpr bool HasSetDebugUtilsObjectNameEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDebugUtilsObjectNameEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8723:52: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8723 | constexpr bool HasSetDebugUtilsObjectNameEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDebugUtilsObjectNameEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8723:87: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8723 | constexpr bool HasSetDebugUtilsObjectNameEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDebugUtilsObjectNameEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8729:60: error: expected primary-expression before ‘const’
- 8729 | constexpr bool HasSetDebugUtilsObjectTagEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDebugUtilsObjectTagEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8729:51: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8729 | constexpr bool HasSetDebugUtilsObjectTagEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDebugUtilsObjectTagEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8729:86: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8729 | constexpr bool HasSetDebugUtilsObjectTagEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDebugUtilsObjectTagEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8735:61: error: expected primary-expression before ‘const’
- 8735 | constexpr bool HasSetDeviceMemoryPriorityEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDeviceMemoryPriorityEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8735:52: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8735 | constexpr bool HasSetDeviceMemoryPriorityEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDeviceMemoryPriorityEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8735:87: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8735 | constexpr bool HasSetDeviceMemoryPriorityEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDeviceMemoryPriorityEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8741:43: error: expected primary-expression before ‘const’
- 8741 | constexpr bool HasSetEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::SetEvent; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8741:34: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8741 | constexpr bool HasSetEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::SetEvent; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8741:69: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8741 | constexpr bool HasSetEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::SetEvent; };
- | ^
- ../subprojects/vkroots/vkroots.h:8747:52: error: expected primary-expression before ‘const’
- 8747 | constexpr bool HasSetHdrMetadataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetHdrMetadataEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8747:43: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8747 | constexpr bool HasSetHdrMetadataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetHdrMetadataEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8747:78: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8747 | constexpr bool HasSetHdrMetadataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetHdrMetadataEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8753:53: error: expected primary-expression before ‘const’
- 8753 | constexpr bool HasSetLocalDimmingAMD = requires(const DeviceOverrides& t) { &DeviceOverrides::SetLocalDimmingAMD; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8753:44: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8753 | constexpr bool HasSetLocalDimmingAMD = requires(const DeviceOverrides& t) { &DeviceOverrides::SetLocalDimmingAMD; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8753:79: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8753 | constexpr bool HasSetLocalDimmingAMD = requires(const DeviceOverrides& t) { &DeviceOverrides::SetLocalDimmingAMD; };
- | ^
- ../subprojects/vkroots/vkroots.h:8759:49: error: expected primary-expression before ‘const’
- 8759 | constexpr bool HasSetPrivateData = requires(const DeviceOverrides& t) { &DeviceOverrides::SetPrivateData; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8759:40: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8759 | constexpr bool HasSetPrivateData = requires(const DeviceOverrides& t) { &DeviceOverrides::SetPrivateData; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8759:75: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8759 | constexpr bool HasSetPrivateData = requires(const DeviceOverrides& t) { &DeviceOverrides::SetPrivateData; };
- | ^
- ../subprojects/vkroots/vkroots.h:8765:52: error: expected primary-expression before ‘const’
- 8765 | constexpr bool HasSetPrivateDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetPrivateDataEXT; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8765:43: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8765 | constexpr bool HasSetPrivateDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetPrivateDataEXT; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8765:78: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8765 | constexpr bool HasSetPrivateDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetPrivateDataEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:8771:50: error: expected primary-expression before ‘const’
- 8771 | constexpr bool HasSignalSemaphore = requires(const DeviceOverrides& t) { &DeviceOverrides::SignalSemaphore; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8771:41: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8771 | constexpr bool HasSignalSemaphore = requires(const DeviceOverrides& t) { &DeviceOverrides::SignalSemaphore; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8771:76: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8771 | constexpr bool HasSignalSemaphore = requires(const DeviceOverrides& t) { &DeviceOverrides::SignalSemaphore; };
- | ^
- ../subprojects/vkroots/vkroots.h:8777:53: error: expected primary-expression before ‘const’
- 8777 | constexpr bool HasSignalSemaphoreKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::SignalSemaphoreKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8777:44: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8777 | constexpr bool HasSignalSemaphoreKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::SignalSemaphoreKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8777:79: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8777 | constexpr bool HasSignalSemaphoreKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::SignalSemaphoreKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8783:50: error: expected primary-expression before ‘const’
- 8783 | constexpr bool HasTrimCommandPool = requires(const DeviceOverrides& t) { &DeviceOverrides::TrimCommandPool; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8783:41: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8783 | constexpr bool HasTrimCommandPool = requires(const DeviceOverrides& t) { &DeviceOverrides::TrimCommandPool; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8783:76: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8783 | constexpr bool HasTrimCommandPool = requires(const DeviceOverrides& t) { &DeviceOverrides::TrimCommandPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:8789:53: error: expected primary-expression before ‘const’
- 8789 | constexpr bool HasTrimCommandPoolKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::TrimCommandPoolKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8789:44: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8789 | constexpr bool HasTrimCommandPoolKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::TrimCommandPoolKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8789:79: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8789 | constexpr bool HasTrimCommandPoolKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::TrimCommandPoolKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8795:66: error: expected primary-expression before ‘const’
- 8795 | constexpr bool HasUninitializePerformanceApiINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::UninitializePerformanceApiINTEL; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8795:57: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8795 | constexpr bool HasUninitializePerformanceApiINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::UninitializePerformanceApiINTEL; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8795:92: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8795 | constexpr bool HasUninitializePerformanceApiINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::UninitializePerformanceApiINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:8801:46: error: expected primary-expression before ‘const’
- 8801 | constexpr bool HasUnmapMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::UnmapMemory; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8801:37: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8801 | constexpr bool HasUnmapMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::UnmapMemory; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8801:72: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8801 | constexpr bool HasUnmapMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::UnmapMemory; };
- | ^
- ../subprojects/vkroots/vkroots.h:8807:66: error: expected primary-expression before ‘const’
- 8807 | constexpr bool HasUpdateDescriptorSetWithTemplate = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSetWithTemplate; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8807:57: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8807 | constexpr bool HasUpdateDescriptorSetWithTemplate = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSetWithTemplate; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8807:92: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8807 | constexpr bool HasUpdateDescriptorSetWithTemplate = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSetWithTemplate; };
- | ^
- ../subprojects/vkroots/vkroots.h:8813:69: error: expected primary-expression before ‘const’
- 8813 | constexpr bool HasUpdateDescriptorSetWithTemplateKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSetWithTemplateKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8813:60: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8813 | constexpr bool HasUpdateDescriptorSetWithTemplateKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSetWithTemplateKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8813:95: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8813 | constexpr bool HasUpdateDescriptorSetWithTemplateKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSetWithTemplateKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8819:55: error: expected primary-expression before ‘const’
- 8819 | constexpr bool HasUpdateDescriptorSets = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSets; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8819:46: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8819 | constexpr bool HasUpdateDescriptorSets = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSets; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8819:81: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8819 | constexpr bool HasUpdateDescriptorSets = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSets; };
- | ^
- ../subprojects/vkroots/vkroots.h:8833:48: error: expected primary-expression before ‘const’
- 8833 | constexpr bool HasWaitForFences = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitForFences; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8833:39: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8833 | constexpr bool HasWaitForFences = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitForFences; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8833:74: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8833 | constexpr bool HasWaitForFences = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitForFences; };
- | ^
- ../subprojects/vkroots/vkroots.h:8839:52: error: expected primary-expression before ‘const’
- 8839 | constexpr bool HasWaitForPresentKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitForPresentKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8839:43: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8839 | constexpr bool HasWaitForPresentKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitForPresentKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8839:78: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8839 | constexpr bool HasWaitForPresentKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitForPresentKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8845:49: error: expected primary-expression before ‘const’
- 8845 | constexpr bool HasWaitSemaphores = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitSemaphores; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8845:40: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8845 | constexpr bool HasWaitSemaphores = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitSemaphores; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8845:75: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8845 | constexpr bool HasWaitSemaphores = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitSemaphores; };
- | ^
- ../subprojects/vkroots/vkroots.h:8851:52: error: expected primary-expression before ‘const’
- 8851 | constexpr bool HasWaitSemaphoresKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitSemaphoresKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8851:43: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8851 | constexpr bool HasWaitSemaphoresKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitSemaphoresKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8851:78: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8851 | constexpr bool HasWaitSemaphoresKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitSemaphoresKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8857:75: error: expected primary-expression before ‘const’
- 8857 | constexpr bool HasWriteAccelerationStructuresPropertiesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WriteAccelerationStructuresPropertiesKHR; };
- | ^~~~~
- ../subprojects/vkroots/vkroots.h:8857:66: error: there are no arguments to ‘requires’ that depend on a template parameter, so a declaration of ‘requires’ must be available [-fpermissive]
- 8857 | constexpr bool HasWriteAccelerationStructuresPropertiesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WriteAccelerationStructuresPropertiesKHR; };
- | ^~~~~~~~
- ../subprojects/vkroots/vkroots.h:8857:101: error: expected ‘,’ or ‘;’ before ‘{’ token
- 8857 | constexpr bool HasWriteAccelerationStructuresPropertiesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WriteAccelerationStructuresPropertiesKHR; };
- | ^
- In file included from ../layer/VkLayer_FROG_gamescope_wsi.cpp:7:
- ../layer/../src/color_helpers.h: At global scope:
- ../layer/../src/color_helpers.h:81:14: error: defaulted ‘bool tonemap_info_t::operator==(const tonemap_info_t&) const’ only available with ‘-std=c++20’ or ‘-std=gnu++20’
- 81 | bool operator == (const tonemap_info_t&) const = default;
- | ^~~~~~~~
- ../layer/../src/color_helpers.h:82:14: error: defaulted ‘bool tonemap_info_t::operator!=(const tonemap_info_t&) const’ only available with ‘-std=c++20’ or ‘-std=gnu++20’
- 82 | bool operator != (const tonemap_info_t&) const = default;
- | ^~~~~~~~
- ../layer/../src/color_helpers.h:221:14: error: defaulted ‘bool primaries_t::operator==(const primaries_t&) const’ only available with ‘-std=c++20’ or ‘-std=gnu++20’
- 221 | bool operator == (const primaries_t&) const = default;
- | ^~~~~~~~
- ../layer/../src/color_helpers.h:222:14: error: defaulted ‘bool primaries_t::operator!=(const primaries_t&) const’ only available with ‘-std=c++20’ or ‘-std=gnu++20’
- 222 | bool operator != (const primaries_t&) const = default;
- | ^~~~~~~~
- ../layer/../src/color_helpers.h:239:14: error: defaulted ‘bool displaycolorimetry_t::operator==(const displaycolorimetry_t&) const’ only available with ‘-std=c++20’ or ‘-std=gnu++20’
- 239 | bool operator == (const displaycolorimetry_t&) const = default;
- | ^~~~~~~~
- ../layer/../src/color_helpers.h:240:14: error: defaulted ‘bool displaycolorimetry_t::operator!=(const displaycolorimetry_t&) const’ only available with ‘-std=c++20’ or ‘-std=gnu++20’
- 240 | bool operator != (const displaycolorimetry_t&) const = default;
- | ^~~~~~~~
- ../layer/../src/color_helpers.h:247:14: error: defaulted ‘bool nightmode_t::operator==(const nightmode_t&) const’ only available with ‘-std=c++20’ or ‘-std=gnu++20’
- 247 | bool operator == (const nightmode_t&) const = default;
- | ^~~~~~~~
- ../layer/../src/color_helpers.h:248:14: error: defaulted ‘bool nightmode_t::operator!=(const nightmode_t&) const’ only available with ‘-std=c++20’ or ‘-std=gnu++20’
- 248 | bool operator != (const nightmode_t&) const = default;
- | ^~~~~~~~
- ../layer/../src/color_helpers.h:257:14: error: defaulted ‘bool colormapping_t::operator==(const colormapping_t&) const’ only available with ‘-std=c++20’ or ‘-std=gnu++20’
- 257 | bool operator == (const colormapping_t&) const = default;
- | ^~~~~~~~
- ../layer/../src/color_helpers.h:258:14: error: defaulted ‘bool colormapping_t::operator!=(const colormapping_t&) const’ only available with ‘-std=c++20’ or ‘-std=gnu++20’
- 258 | bool operator != (const colormapping_t&) const = default;
- | ^~~~~~~~
- ../layer/VkLayer_FROG_gamescope_wsi.cpp: In function ‘bool GamescopeWSILayer::contains(std::vector<const char*>, std::string_view)’:
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:42:17: error: ‘std::ranges’ has not been declared
- 42 | return std::ranges::any_of(vec, std::bind_front(std::equal_to{}, lookupValue));
- | ^~~~~~
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:42:42: error: ‘bind_front’ is not a member of ‘std’
- 42 | return std::ranges::any_of(vec, std::bind_front(std::equal_to{}, lookupValue));
- | ^~~~~~~~~~
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:42:42: note: ‘std::bind_front’ is only available from C++20 onwards
- ../layer/VkLayer_FROG_gamescope_wsi.cpp: At global scope:
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:399:6: error: ‘GamescopeWSILayer::VkInstanceOverrides::<lambda()>’ called in a constant expression
- 394 | static constexpr auto s_ExtraHDRSurfaceFormats = []() {
- | ~~~~~~
- 395 | std::array<VkSurfaceFormatKHR, s_ExtraHDRSurfaceFormat2s.size()> array;
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 396 | for (size_t i = 0; i < s_ExtraHDRSurfaceFormat2s.size(); i++)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 397 | array[i] = s_ExtraHDRSurfaceFormat2s[i].surfaceFormat;
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 398 | return array;
- | ~~~~~~~~~~~~~
- 399 | }();
- | ~^~
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:394:54: note: ‘GamescopeWSILayer::VkInstanceOverrides::<lambda()>’ is not usable as a ‘constexpr’ function because:
- 394 | static constexpr auto s_ExtraHDRSurfaceFormats = []() {
- | ^
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:396:7: error: ‘goto’ is not a constant expression
- 396 | for (size_t i = 0; i < s_ExtraHDRSurfaceFormat2s.size(); i++)
- | ^~~
- ../layer/VkLayer_FROG_gamescope_wsi.cpp: In static member function ‘static VkResult GamescopeWSILayer::VkDeviceOverrides::CreateSwapchainKHR(const vkroots::VkDeviceDispatch*, VkDevice, const VkSwapchainCreateInfoKHR*, const VkAllocationCallbacks*, VkSwapchainKHR_T**)’:
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:765:46: error: ‘std::ranges’ has not been declared
- 765 | bool supportedSwapchainFormat = std::ranges::any_of(
- | ^~~~~~
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:767:16: error: ‘bind_front’ is not a member of ‘std’
- 767 | std::bind_front(std::equal_to{}, swapchainInfo.imageFormat),
- | ^~~~~~~~~~
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:767:16: note: ‘std::bind_front’ is only available from C++20 onwards
- ../subprojects/vkroots/vkroots.h: In instantiation of ‘void (* vkroots::GetInstanceProcAddr(VkInstance, const char*))() [with InstanceOverrides = GamescopeWSILayer::VkInstanceOverrides; PhysicalDeviceOverrides = NoOverrides; DeviceOverrides = GamescopeWSILayer::VkDeviceOverrides; PFN_vkVoidFunction = void (*)(); VkInstance = VkInstance_T*]’:
- ../subprojects/vkroots/vkroots.h:12911:54: required from ‘VkResult vkroots::NegotiateLoaderLayerInterfaceVersion(VkNegotiateLayerInterface*) [with InstanceOverrides = GamescopeWSILayer::VkInstanceOverrides; PhysicalDeviceOverrides = NoOverrides; DeviceOverrides = GamescopeWSILayer::VkDeviceOverrides; VkResult = VkResult; VkNegotiateLayerInterface = VkNegotiateLayerInterface]’
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:1010:1: required from here
- ../subprojects/vkroots/vkroots.h:5384:89: error: ‘requires’ was not declared in this scope
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5390:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5390 | constexpr bool HasCreateDebugUtilsMessengerEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugUtilsMessengerEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5396:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5396 | constexpr bool HasCreateDevice = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDevice; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5414:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5414 | constexpr bool HasCreateDisplayModeKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDisplayModeKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5420:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5420 | constexpr bool HasCreateDisplayPlaneSurfaceKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDisplayPlaneSurfaceKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5426:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5426 | constexpr bool HasCreateHeadlessSurfaceEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateHeadlessSurfaceEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5448:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5448 | constexpr bool HasCreateInstance = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateInstance; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5499:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5499 | constexpr bool HasCreateWaylandSurfaceKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateWaylandSurfaceKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5515:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5515 | constexpr bool HasCreateXcbSurfaceKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateXcbSurfaceKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5523:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5523 | constexpr bool HasCreateXlibSurfaceKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateXlibSurfaceKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5530:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5530 | constexpr bool HasDebugReportMessageEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::DebugReportMessageEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5536:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5536 | constexpr bool HasDestroyDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::DestroyDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5542:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5542 | constexpr bool HasDestroyDebugUtilsMessengerEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::DestroyDebugUtilsMessengerEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5548:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5548 | constexpr bool HasDestroyInstance = requires(const InstanceOverrides& t) { &InstanceOverrides::DestroyInstance; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5558:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5558 | constexpr bool HasDestroySurfaceKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::DestroySurfaceKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5564:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5564 | constexpr bool HasEnumerateDeviceExtensionProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::EnumerateDeviceExtensionProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5570:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5570 | constexpr bool HasEnumerateDeviceLayerProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::EnumerateDeviceLayerProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5576:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5576 | constexpr bool HasEnumeratePhysicalDeviceGroups = requires(const InstanceOverrides& t) { &InstanceOverrides::EnumeratePhysicalDeviceGroups; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5582:93: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5582 | constexpr bool HasEnumeratePhysicalDeviceGroupsKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::EnumeratePhysicalDeviceGroupsKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5588:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5588 | constexpr bool HasEnumeratePhysicalDevices = requires(const InstanceOverrides& t) { &InstanceOverrides::EnumeratePhysicalDevices; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5594:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5594 | constexpr bool HasGetDisplayModePropertiesKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetDisplayModePropertiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5600:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5600 | constexpr bool HasGetDisplayPlaneCapabilitiesKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetDisplayPlaneCapabilitiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5606:96: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5606 | constexpr bool HasGetDisplayPlaneSupportedDisplaysKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetDisplayPlaneSupportedDisplaysKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5615:103: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5615 | constexpr bool HasGetPhysicalDeviceDisplayPlanePropertiesKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceDisplayPlanePropertiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5621:98: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5621 | constexpr bool HasGetPhysicalDeviceDisplayPropertiesKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceDisplayPropertiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5627:102: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5627 | constexpr bool HasGetPhysicalDeviceExternalBufferProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceExternalBufferProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5633:101: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5633 | constexpr bool HasGetPhysicalDeviceExternalFenceProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceExternalFenceProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5639:105: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5639 | constexpr bool HasGetPhysicalDeviceExternalSemaphoreProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceExternalSemaphoreProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5645:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5645 | constexpr bool HasGetPhysicalDeviceFeatures = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceFeatures; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5651:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5651 | constexpr bool HasGetPhysicalDeviceFeatures2 = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceFeatures2; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5657:94: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5657 | constexpr bool HasGetPhysicalDeviceFormatProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceFormatProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5663:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5663 | constexpr bool HasGetPhysicalDeviceFormatProperties2 = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceFormatProperties2; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5669:99: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5669 | constexpr bool HasGetPhysicalDeviceImageFormatProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceImageFormatProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5675:100: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5675 | constexpr bool HasGetPhysicalDeviceImageFormatProperties2 = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceImageFormatProperties2; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5681:94: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5681 | constexpr bool HasGetPhysicalDeviceMemoryProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceMemoryProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5687:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5687 | constexpr bool HasGetPhysicalDeviceMemoryProperties2 = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceMemoryProperties2; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5693:98: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5693 | constexpr bool HasGetPhysicalDevicePresentRectanglesKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDevicePresentRectanglesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5699:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5699 | constexpr bool HasGetPhysicalDeviceProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5705:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5705 | constexpr bool HasGetPhysicalDeviceProperties2 = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceProperties2; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5711:99: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5711 | constexpr bool HasGetPhysicalDeviceQueueFamilyProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceQueueFamilyProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5717:100: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5717 | constexpr bool HasGetPhysicalDeviceQueueFamilyProperties2 = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceQueueFamilyProperties2; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5723:105: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5723 | constexpr bool HasGetPhysicalDeviceSparseImageFormatProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceSparseImageFormatProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5729:106: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5729 | constexpr bool HasGetPhysicalDeviceSparseImageFormatProperties2 = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceSparseImageFormatProperties2; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5735:101: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5735 | constexpr bool HasGetPhysicalDeviceSurfaceCapabilities2KHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceSurfaceCapabilities2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5741:100: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5741 | constexpr bool HasGetPhysicalDeviceSurfaceCapabilitiesKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceSurfaceCapabilitiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5747:96: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5747 | constexpr bool HasGetPhysicalDeviceSurfaceFormats2KHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceSurfaceFormats2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5753:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5753 | constexpr bool HasGetPhysicalDeviceSurfaceFormatsKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceSurfaceFormatsKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5759:100: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5759 | constexpr bool HasGetPhysicalDeviceSurfacePresentModesKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceSurfacePresentModesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5765:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5765 | constexpr bool HasGetPhysicalDeviceSurfaceSupportKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceSurfaceSupportKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5771:92: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5771 | constexpr bool HasGetPhysicalDeviceToolProperties = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceToolProperties; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5778:107: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5778 | constexpr bool HasGetPhysicalDeviceWaylandPresentationSupportKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceWaylandPresentationSupportKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5794:103: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5794 | constexpr bool HasGetPhysicalDeviceXcbPresentationSupportKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceXcbPresentationSupportKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5802:104: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5802 | constexpr bool HasGetPhysicalDeviceXlibPresentationSupportKHR = requires(const InstanceOverrides& t) { &InstanceOverrides::GetPhysicalDeviceXlibPresentationSupportKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5809:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5809 | constexpr bool HasSubmitDebugUtilsMessageEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::SubmitDebugUtilsMessageEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5384:89: note: ‘requires’ declared here, later in the translation unit
- 5384 | constexpr bool HasCreateDebugReportCallbackEXT = requires(const InstanceOverrides& t) { &InstanceOverrides::CreateDebugReportCallbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h: In instantiation of ‘void (* vkroots::GetPhysicalDeviceProcAddr(VkInstance, const char*))() [with InstanceOverrides = GamescopeWSILayer::VkInstanceOverrides; PhysicalDeviceOverrides = NoOverrides; DeviceOverrides = GamescopeWSILayer::VkDeviceOverrides; PFN_vkVoidFunction = void (*)(); VkInstance = VkInstance_T*]’:
- ../subprojects/vkroots/vkroots.h:12914:54: required from ‘VkResult vkroots::NegotiateLoaderLayerInterfaceVersion(VkNegotiateLayerInterface*) [with InstanceOverrides = GamescopeWSILayer::VkInstanceOverrides; PhysicalDeviceOverrides = NoOverrides; DeviceOverrides = GamescopeWSILayer::VkDeviceOverrides; VkResult = VkResult; VkNegotiateLayerInterface = VkNegotiateLayerInterface]’
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:1010:1: required from here
- ../subprojects/vkroots/vkroots.h:5824:87: error: ‘requires’ was not declared in this scope
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5846:128: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5846 | constexpr bool HasEnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5852:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5852 | constexpr bool HasGetDisplayModeProperties2KHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetDisplayModeProperties2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5858:98: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5858 | constexpr bool HasGetDisplayPlaneCapabilities2KHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetDisplayPlaneCapabilities2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5864:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5864 | constexpr bool HasGetDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5870:111: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5870 | constexpr bool HasGetPhysicalDeviceCalibrateableTimeDomainsEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceCalibrateableTimeDomainsEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5876:113: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5876 | constexpr bool HasGetPhysicalDeviceCooperativeMatrixPropertiesNV = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceCooperativeMatrixPropertiesNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5890:110: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5890 | constexpr bool HasGetPhysicalDeviceDisplayPlaneProperties2KHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceDisplayPlaneProperties2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5896:105: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5896 | constexpr bool HasGetPhysicalDeviceDisplayProperties2KHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceDisplayProperties2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5902:111: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5902 | constexpr bool HasGetPhysicalDeviceExternalBufferPropertiesKHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceExternalBufferPropertiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5908:110: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5908 | constexpr bool HasGetPhysicalDeviceExternalFencePropertiesKHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceExternalFencePropertiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5914:115: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5914 | constexpr bool HasGetPhysicalDeviceExternalImageFormatPropertiesNV = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceExternalImageFormatPropertiesNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5920:114: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5920 | constexpr bool HasGetPhysicalDeviceExternalSemaphorePropertiesKHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceExternalSemaphorePropertiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5926:96: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5926 | constexpr bool HasGetPhysicalDeviceFeatures2KHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceFeatures2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5932:104: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5932 | constexpr bool HasGetPhysicalDeviceFormatProperties2KHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceFormatProperties2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5938:107: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5938 | constexpr bool HasGetPhysicalDeviceFragmentShadingRatesKHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceFragmentShadingRatesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5944:109: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5944 | constexpr bool HasGetPhysicalDeviceImageFormatProperties2KHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceImageFormatProperties2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5950:104: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5950 | constexpr bool HasGetPhysicalDeviceMemoryProperties2KHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceMemoryProperties2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5956:108: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5956 | constexpr bool HasGetPhysicalDeviceMultisamplePropertiesEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceMultisamplePropertiesEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5962:98: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5962 | constexpr bool HasGetPhysicalDeviceProperties2KHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceProperties2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5968:120: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5968 | constexpr bool HasGetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5974:109: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5974 | constexpr bool HasGetPhysicalDeviceQueueFamilyProperties2KHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceQueueFamilyProperties2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5988:115: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5988 | constexpr bool HasGetPhysicalDeviceSparseImageFormatProperties2KHR = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceSparseImageFormatProperties2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5994:130: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 5994 | constexpr bool HasGetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6000:107: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6000 | constexpr bool HasGetPhysicalDeviceSurfaceCapabilities2EXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceSurfaceCapabilities2EXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6014:101: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6014 | constexpr bool HasGetPhysicalDeviceToolPropertiesEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::GetPhysicalDeviceToolPropertiesEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6052:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6052 | constexpr bool HasReleaseDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::ReleaseDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:5824:87: note: ‘requires’ declared here, later in the translation unit
- 5824 | constexpr bool HasAcquireDrmDisplayEXT = requires(const PhysicalDeviceOverrides& t) { &PhysicalDeviceOverrides::AcquireDrmDisplayEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h: In instantiation of ‘void (* vkroots::GetDeviceProcAddr(VkDevice, const char*))() [with InstanceOverrides = GamescopeWSILayer::VkInstanceOverrides; PhysicalDeviceOverrides = NoOverrides; DeviceOverrides = GamescopeWSILayer::VkDeviceOverrides; PFN_vkVoidFunction = void (*)(); VkDevice = VkDevice_T*]’:
- ../subprojects/vkroots/vkroots.h:12917:54: required from ‘VkResult vkroots::NegotiateLoaderLayerInterfaceVersion(VkNegotiateLayerInterface*) [with InstanceOverrides = GamescopeWSILayer::VkInstanceOverrides; PhysicalDeviceOverrides = NoOverrides; DeviceOverrides = GamescopeWSILayer::VkDeviceOverrides; VkResult = VkResult; VkNegotiateLayerInterface = VkNegotiateLayerInterface]’
- ../layer/VkLayer_FROG_gamescope_wsi.cpp:1010:1: required from here
- ../subprojects/vkroots/vkroots.h:6088:79: error: ‘requires’ was not declared in this scope
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6094:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6094 | constexpr bool HasAcquireNextImageKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImageKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6100:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6100 | constexpr bool HasAcquirePerformanceConfigurationINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquirePerformanceConfigurationINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6106:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6106 | constexpr bool HasAcquireProfilingLockKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireProfilingLockKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6112:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6112 | constexpr bool HasAllocateCommandBuffers = requires(const DeviceOverrides& t) { &DeviceOverrides::AllocateCommandBuffers; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6118:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6118 | constexpr bool HasAllocateDescriptorSets = requires(const DeviceOverrides& t) { &DeviceOverrides::AllocateDescriptorSets; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6124:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6124 | constexpr bool HasAllocateMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::AllocateMemory; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6130:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6130 | constexpr bool HasBeginCommandBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::BeginCommandBuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6136:92: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6136 | constexpr bool HasBindAccelerationStructureMemoryNV = requires(const DeviceOverrides& t) { &DeviceOverrides::BindAccelerationStructureMemoryNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6142:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6142 | constexpr bool HasBindBufferMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::BindBufferMemory; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6148:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6148 | constexpr bool HasBindBufferMemory2 = requires(const DeviceOverrides& t) { &DeviceOverrides::BindBufferMemory2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6154:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6154 | constexpr bool HasBindBufferMemory2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::BindBufferMemory2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6160:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6160 | constexpr bool HasBindImageMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::BindImageMemory; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6166:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6166 | constexpr bool HasBindImageMemory2 = requires(const DeviceOverrides& t) { &DeviceOverrides::BindImageMemory2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6172:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6172 | constexpr bool HasBindImageMemory2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::BindImageMemory2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6186:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6186 | constexpr bool HasBuildAccelerationStructuresKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::BuildAccelerationStructuresKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6192:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6192 | constexpr bool HasCmdBeginConditionalRenderingEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBeginConditionalRenderingEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6198:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6198 | constexpr bool HasCmdBeginDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBeginDebugUtilsLabelEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6204:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6204 | constexpr bool HasCmdBeginQuery = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBeginQuery; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6210:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6210 | constexpr bool HasCmdBeginQueryIndexedEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBeginQueryIndexedEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6216:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6216 | constexpr bool HasCmdBeginRenderPass = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBeginRenderPass; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6222:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6222 | constexpr bool HasCmdBeginRenderPass2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBeginRenderPass2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6228:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6228 | constexpr bool HasCmdBeginRenderPass2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBeginRenderPass2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6234:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6234 | constexpr bool HasCmdBeginRendering = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBeginRendering; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6240:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6240 | constexpr bool HasCmdBeginRenderingKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBeginRenderingKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6246:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6246 | constexpr bool HasCmdBeginTransformFeedbackEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBeginTransformFeedbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6260:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6260 | constexpr bool HasCmdBindDescriptorSets = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBindDescriptorSets; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6266:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6266 | constexpr bool HasCmdBindIndexBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBindIndexBuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6272:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6272 | constexpr bool HasCmdBindInvocationMaskHUAWEI = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBindInvocationMaskHUAWEI; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6278:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6278 | constexpr bool HasCmdBindPipeline = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBindPipeline; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6284:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6284 | constexpr bool HasCmdBindPipelineShaderGroupNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBindPipelineShaderGroupNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6290:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6290 | constexpr bool HasCmdBindShadingRateImageNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBindShadingRateImageNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6296:93: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6296 | constexpr bool HasCmdBindTransformFeedbackBuffersEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBindTransformFeedbackBuffersEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6302:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6302 | constexpr bool HasCmdBindVertexBuffers = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBindVertexBuffers; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6308:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6308 | constexpr bool HasCmdBindVertexBuffers2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBindVertexBuffers2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6314:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6314 | constexpr bool HasCmdBindVertexBuffers2EXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBindVertexBuffers2EXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6320:71: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6320 | constexpr bool HasCmdBlitImage = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBlitImage; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6326:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6326 | constexpr bool HasCmdBlitImage2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBlitImage2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6332:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6332 | constexpr bool HasCmdBlitImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBlitImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6338:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6338 | constexpr bool HasCmdBuildAccelerationStructureNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBuildAccelerationStructureNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6344:100: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6344 | constexpr bool HasCmdBuildAccelerationStructuresIndirectKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBuildAccelerationStructuresIndirectKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6350:92: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6350 | constexpr bool HasCmdBuildAccelerationStructuresKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdBuildAccelerationStructuresKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6356:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6356 | constexpr bool HasCmdClearAttachments = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdClearAttachments; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6362:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6362 | constexpr bool HasCmdClearColorImage = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdClearColorImage; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6368:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6368 | constexpr bool HasCmdClearDepthStencilImage = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdClearDepthStencilImage; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6382:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6382 | constexpr bool HasCmdCopyAccelerationStructureKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyAccelerationStructureKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6388:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6388 | constexpr bool HasCmdCopyAccelerationStructureNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyAccelerationStructureNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6394:98: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6394 | constexpr bool HasCmdCopyAccelerationStructureToMemoryKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyAccelerationStructureToMemoryKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6400:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6400 | constexpr bool HasCmdCopyBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyBuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6406:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6406 | constexpr bool HasCmdCopyBuffer2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyBuffer2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6412:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6412 | constexpr bool HasCmdCopyBuffer2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyBuffer2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6418:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6418 | constexpr bool HasCmdCopyBufferToImage = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyBufferToImage; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6424:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6424 | constexpr bool HasCmdCopyBufferToImage2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyBufferToImage2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6430:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6430 | constexpr bool HasCmdCopyBufferToImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyBufferToImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6436:71: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6436 | constexpr bool HasCmdCopyImage = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyImage; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6442:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6442 | constexpr bool HasCmdCopyImage2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyImage2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6448:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6448 | constexpr bool HasCmdCopyImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6454:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6454 | constexpr bool HasCmdCopyImageToBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyImageToBuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6460:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6460 | constexpr bool HasCmdCopyImageToBuffer2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyImageToBuffer2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6466:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6466 | constexpr bool HasCmdCopyImageToBuffer2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyImageToBuffer2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6472:98: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6472 | constexpr bool HasCmdCopyMemoryToAccelerationStructureKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyMemoryToAccelerationStructureKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6478:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6478 | constexpr bool HasCmdCopyQueryPoolResults = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdCopyQueryPoolResults; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6492:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6492 | constexpr bool HasCmdDebugMarkerBeginEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDebugMarkerBeginEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6498:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6498 | constexpr bool HasCmdDebugMarkerEndEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDebugMarkerEndEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6504:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6504 | constexpr bool HasCmdDebugMarkerInsertEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDebugMarkerInsertEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6518:70: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6518 | constexpr bool HasCmdDispatch = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDispatch; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6524:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6524 | constexpr bool HasCmdDispatchBase = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDispatchBase; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6530:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6530 | constexpr bool HasCmdDispatchBaseKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDispatchBaseKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6536:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6536 | constexpr bool HasCmdDispatchIndirect = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDispatchIndirect; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6542:66: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6542 | constexpr bool HasCmdDraw = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDraw; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6548:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6548 | constexpr bool HasCmdDrawIndexed = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawIndexed; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6554:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6554 | constexpr bool HasCmdDrawIndexedIndirect = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawIndexedIndirect; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6560:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6560 | constexpr bool HasCmdDrawIndexedIndirectCount = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawIndexedIndirectCount; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6566:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6566 | constexpr bool HasCmdDrawIndexedIndirectCountAMD = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawIndexedIndirectCountAMD; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6572:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6572 | constexpr bool HasCmdDrawIndexedIndirectCountKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawIndexedIndirectCountKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6578:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6578 | constexpr bool HasCmdDrawIndirect = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawIndirect; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6584:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6584 | constexpr bool HasCmdDrawIndirectByteCountEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawIndirectByteCountEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6590:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6590 | constexpr bool HasCmdDrawIndirectCount = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawIndirectCount; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6596:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6596 | constexpr bool HasCmdDrawIndirectCountAMD = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawIndirectCountAMD; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6602:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6602 | constexpr bool HasCmdDrawIndirectCountKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawIndirectCountKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6608:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6608 | constexpr bool HasCmdDrawMeshTasksIndirectCountNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawMeshTasksIndirectCountNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6614:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6614 | constexpr bool HasCmdDrawMeshTasksIndirectNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawMeshTasksIndirectNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6620:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6620 | constexpr bool HasCmdDrawMeshTasksNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawMeshTasksNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6626:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6626 | constexpr bool HasCmdDrawMultiEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawMultiEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6632:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6632 | constexpr bool HasCmdDrawMultiIndexedEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdDrawMultiIndexedEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6646:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6646 | constexpr bool HasCmdEndConditionalRenderingEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdEndConditionalRenderingEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6652:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6652 | constexpr bool HasCmdEndDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdEndDebugUtilsLabelEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6658:70: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6658 | constexpr bool HasCmdEndQuery = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdEndQuery; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6664:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6664 | constexpr bool HasCmdEndQueryIndexedEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdEndQueryIndexedEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6670:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6670 | constexpr bool HasCmdEndRenderPass = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdEndRenderPass; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6676:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6676 | constexpr bool HasCmdEndRenderPass2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdEndRenderPass2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6682:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6682 | constexpr bool HasCmdEndRenderPass2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdEndRenderPass2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6688:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6688 | constexpr bool HasCmdEndRendering = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdEndRendering; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6694:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6694 | constexpr bool HasCmdEndRenderingKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdEndRenderingKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6700:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6700 | constexpr bool HasCmdEndTransformFeedbackEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdEndTransformFeedbackEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6714:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6714 | constexpr bool HasCmdExecuteCommands = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdExecuteCommands; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6720:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6720 | constexpr bool HasCmdExecuteGeneratedCommandsNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdExecuteGeneratedCommandsNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6726:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6726 | constexpr bool HasCmdFillBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdFillBuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6732:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6732 | constexpr bool HasCmdInsertDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdInsertDebugUtilsLabelEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6738:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6738 | constexpr bool HasCmdNextSubpass = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdNextSubpass; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6744:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6744 | constexpr bool HasCmdNextSubpass2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdNextSubpass2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6750:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6750 | constexpr bool HasCmdNextSubpass2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdNextSubpass2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6756:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6756 | constexpr bool HasCmdPipelineBarrier = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdPipelineBarrier; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6762:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6762 | constexpr bool HasCmdPipelineBarrier2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdPipelineBarrier2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6768:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6768 | constexpr bool HasCmdPipelineBarrier2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdPipelineBarrier2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6774:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6774 | constexpr bool HasCmdPreprocessGeneratedCommandsNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdPreprocessGeneratedCommandsNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6780:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6780 | constexpr bool HasCmdPushConstants = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdPushConstants; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6786:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6786 | constexpr bool HasCmdPushDescriptorSetKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdPushDescriptorSetKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6792:94: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6792 | constexpr bool HasCmdPushDescriptorSetWithTemplateKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdPushDescriptorSetWithTemplateKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6798:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6798 | constexpr bool HasCmdResetEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdResetEvent; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6804:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6804 | constexpr bool HasCmdResetEvent2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdResetEvent2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6810:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6810 | constexpr bool HasCmdResetEvent2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdResetEvent2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6816:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6816 | constexpr bool HasCmdResetQueryPool = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdResetQueryPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6822:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6822 | constexpr bool HasCmdResolveImage = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdResolveImage; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6828:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6828 | constexpr bool HasCmdResolveImage2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdResolveImage2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6834:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6834 | constexpr bool HasCmdResolveImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdResolveImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6840:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6840 | constexpr bool HasCmdSetBlendConstants = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetBlendConstants; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6846:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6846 | constexpr bool HasCmdSetCheckpointNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetCheckpointNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6852:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6852 | constexpr bool HasCmdSetCoarseSampleOrderNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetCoarseSampleOrderNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6858:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6858 | constexpr bool HasCmdSetColorWriteEnableEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetColorWriteEnableEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6864:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6864 | constexpr bool HasCmdSetCullMode = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetCullMode; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6870:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6870 | constexpr bool HasCmdSetCullModeEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetCullModeEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6876:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6876 | constexpr bool HasCmdSetDepthBias = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthBias; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6882:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6882 | constexpr bool HasCmdSetDepthBiasEnable = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthBiasEnable; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6888:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6888 | constexpr bool HasCmdSetDepthBiasEnableEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthBiasEnableEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6894:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6894 | constexpr bool HasCmdSetDepthBounds = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthBounds; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6900:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6900 | constexpr bool HasCmdSetDepthBoundsTestEnable = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthBoundsTestEnable; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6906:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6906 | constexpr bool HasCmdSetDepthBoundsTestEnableEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthBoundsTestEnableEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6912:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6912 | constexpr bool HasCmdSetDepthCompareOp = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthCompareOp; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6918:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6918 | constexpr bool HasCmdSetDepthCompareOpEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthCompareOpEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6924:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6924 | constexpr bool HasCmdSetDepthTestEnable = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthTestEnable; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6930:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6930 | constexpr bool HasCmdSetDepthTestEnableEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthTestEnableEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6936:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6936 | constexpr bool HasCmdSetDepthWriteEnable = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthWriteEnable; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6942:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6942 | constexpr bool HasCmdSetDepthWriteEnableEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDepthWriteEnableEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6948:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6948 | constexpr bool HasCmdSetDeviceMask = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDeviceMask; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6954:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6954 | constexpr bool HasCmdSetDeviceMaskKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDeviceMaskKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6960:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6960 | constexpr bool HasCmdSetDiscardRectangleEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetDiscardRectangleEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6966:70: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6966 | constexpr bool HasCmdSetEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetEvent; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6972:71: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6972 | constexpr bool HasCmdSetEvent2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetEvent2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6978:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6978 | constexpr bool HasCmdSetEvent2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetEvent2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6984:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6984 | constexpr bool HasCmdSetExclusiveScissorNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetExclusiveScissorNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6990:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6990 | constexpr bool HasCmdSetFragmentShadingRateEnumNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetFragmentShadingRateEnumNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6996:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 6996 | constexpr bool HasCmdSetFragmentShadingRateKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetFragmentShadingRateKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7002:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7002 | constexpr bool HasCmdSetFrontFace = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetFrontFace; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7008:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7008 | constexpr bool HasCmdSetFrontFaceEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetFrontFaceEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7014:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7014 | constexpr bool HasCmdSetLineStippleEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetLineStippleEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7020:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7020 | constexpr bool HasCmdSetLineWidth = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetLineWidth; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7026:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7026 | constexpr bool HasCmdSetLogicOpEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetLogicOpEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7032:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7032 | constexpr bool HasCmdSetPatchControlPointsEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetPatchControlPointsEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7038:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7038 | constexpr bool HasCmdSetPerformanceMarkerINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetPerformanceMarkerINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7044:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7044 | constexpr bool HasCmdSetPerformanceOverrideINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetPerformanceOverrideINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7050:93: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7050 | constexpr bool HasCmdSetPerformanceStreamMarkerINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetPerformanceStreamMarkerINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7056:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7056 | constexpr bool HasCmdSetPrimitiveRestartEnable = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetPrimitiveRestartEnable; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7062:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7062 | constexpr bool HasCmdSetPrimitiveRestartEnableEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetPrimitiveRestartEnableEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7068:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7068 | constexpr bool HasCmdSetPrimitiveTopology = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetPrimitiveTopology; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7074:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7074 | constexpr bool HasCmdSetPrimitiveTopologyEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetPrimitiveTopologyEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7080:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7080 | constexpr bool HasCmdSetRasterizerDiscardEnable = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetRasterizerDiscardEnable; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7086:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7086 | constexpr bool HasCmdSetRasterizerDiscardEnableEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetRasterizerDiscardEnableEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7092:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7092 | constexpr bool HasCmdSetRayTracingPipelineStackSizeKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetRayTracingPipelineStackSizeKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7098:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7098 | constexpr bool HasCmdSetSampleLocationsEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetSampleLocationsEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7104:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7104 | constexpr bool HasCmdSetScissor = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetScissor; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7110:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7110 | constexpr bool HasCmdSetScissorWithCount = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetScissorWithCount; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7116:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7116 | constexpr bool HasCmdSetScissorWithCountEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetScissorWithCountEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7122:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7122 | constexpr bool HasCmdSetStencilCompareMask = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetStencilCompareMask; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7128:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7128 | constexpr bool HasCmdSetStencilOp = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetStencilOp; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7134:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7134 | constexpr bool HasCmdSetStencilOpEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetStencilOpEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7140:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7140 | constexpr bool HasCmdSetStencilReference = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetStencilReference; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7146:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7146 | constexpr bool HasCmdSetStencilTestEnable = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetStencilTestEnable; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7152:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7152 | constexpr bool HasCmdSetStencilTestEnableEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetStencilTestEnableEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7158:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7158 | constexpr bool HasCmdSetStencilWriteMask = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetStencilWriteMask; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7164:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7164 | constexpr bool HasCmdSetVertexInputEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetVertexInputEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7170:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7170 | constexpr bool HasCmdSetViewport = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetViewport; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7176:93: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7176 | constexpr bool HasCmdSetViewportShadingRatePaletteNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetViewportShadingRatePaletteNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7182:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7182 | constexpr bool HasCmdSetViewportWScalingNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetViewportWScalingNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7188:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7188 | constexpr bool HasCmdSetViewportWithCount = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetViewportWithCount; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7194:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7194 | constexpr bool HasCmdSetViewportWithCountEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSetViewportWithCountEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7200:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7200 | constexpr bool HasCmdSubpassShadingHUAWEI = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdSubpassShadingHUAWEI; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7206:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7206 | constexpr bool HasCmdTraceRaysIndirect2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdTraceRaysIndirect2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7212:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7212 | constexpr bool HasCmdTraceRaysIndirectKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdTraceRaysIndirectKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7218:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7218 | constexpr bool HasCmdTraceRaysKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdTraceRaysKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7224:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7224 | constexpr bool HasCmdTraceRaysNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdTraceRaysNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7230:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7230 | constexpr bool HasCmdUpdateBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdUpdateBuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7236:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7236 | constexpr bool HasCmdWaitEvents = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdWaitEvents; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7242:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7242 | constexpr bool HasCmdWaitEvents2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdWaitEvents2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7248:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7248 | constexpr bool HasCmdWaitEvents2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdWaitEvents2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7254:102: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7254 | constexpr bool HasCmdWriteAccelerationStructuresPropertiesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdWriteAccelerationStructuresPropertiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7260:101: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7260 | constexpr bool HasCmdWriteAccelerationStructuresPropertiesNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdWriteAccelerationStructuresPropertiesNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7266:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7266 | constexpr bool HasCmdWriteBufferMarker2AMD = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdWriteBufferMarker2AMD; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7272:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7272 | constexpr bool HasCmdWriteBufferMarkerAMD = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdWriteBufferMarkerAMD; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7278:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7278 | constexpr bool HasCmdWriteTimestamp = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdWriteTimestamp; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7284:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7284 | constexpr bool HasCmdWriteTimestamp2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdWriteTimestamp2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7290:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7290 | constexpr bool HasCmdWriteTimestamp2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CmdWriteTimestamp2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7296:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7296 | constexpr bool HasCompileDeferredNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CompileDeferredNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7302:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7302 | constexpr bool HasCopyAccelerationStructureKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CopyAccelerationStructureKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7308:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7308 | constexpr bool HasCopyAccelerationStructureToMemoryKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CopyAccelerationStructureToMemoryKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7314:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7314 | constexpr bool HasCopyMemoryToAccelerationStructureKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CopyMemoryToAccelerationStructureKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7320:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7320 | constexpr bool HasCreateAccelerationStructureKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateAccelerationStructureKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7326:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7326 | constexpr bool HasCreateAccelerationStructureNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateAccelerationStructureNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7332:71: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7332 | constexpr bool HasCreateBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateBuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7346:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7346 | constexpr bool HasCreateBufferView = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateBufferView; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7352:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7352 | constexpr bool HasCreateCommandPool = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateCommandPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7358:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7358 | constexpr bool HasCreateComputePipelines = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateComputePipelines; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7380:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7380 | constexpr bool HasCreateDeferredOperationKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateDeferredOperationKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7386:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7386 | constexpr bool HasCreateDescriptorPool = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateDescriptorPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7392:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7392 | constexpr bool HasCreateDescriptorSetLayout = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateDescriptorSetLayout; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7398:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7398 | constexpr bool HasCreateDescriptorUpdateTemplate = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateDescriptorUpdateTemplate; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7404:92: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7404 | constexpr bool HasCreateDescriptorUpdateTemplateKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateDescriptorUpdateTemplateKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7410:70: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7410 | constexpr bool HasCreateEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateEvent; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7416:70: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7416 | constexpr bool HasCreateFence = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateFence; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7422:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7422 | constexpr bool HasCreateFramebuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateFramebuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7428:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7428 | constexpr bool HasCreateGraphicsPipelines = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateGraphicsPipelines; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7434:70: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7434 | constexpr bool HasCreateImage = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateImage; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7440:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7440 | constexpr bool HasCreateImageView = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateImageView; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7446:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7446 | constexpr bool HasCreateIndirectCommandsLayoutNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateIndirectCommandsLayoutNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7452:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7452 | constexpr bool HasCreatePipelineCache = requires(const DeviceOverrides& t) { &DeviceOverrides::CreatePipelineCache; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7458:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7458 | constexpr bool HasCreatePipelineLayout = requires(const DeviceOverrides& t) { &DeviceOverrides::CreatePipelineLayout; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7464:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7464 | constexpr bool HasCreatePrivateDataSlot = requires(const DeviceOverrides& t) { &DeviceOverrides::CreatePrivateDataSlot; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7470:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7470 | constexpr bool HasCreatePrivateDataSlotEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CreatePrivateDataSlotEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7476:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7476 | constexpr bool HasCreateQueryPool = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateQueryPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7482:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7482 | constexpr bool HasCreateRayTracingPipelinesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateRayTracingPipelinesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7488:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7488 | constexpr bool HasCreateRayTracingPipelinesNV = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateRayTracingPipelinesNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7494:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7494 | constexpr bool HasCreateRenderPass = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateRenderPass; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7500:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7500 | constexpr bool HasCreateRenderPass2 = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateRenderPass2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7506:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7506 | constexpr bool HasCreateRenderPass2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateRenderPass2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7512:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7512 | constexpr bool HasCreateSampler = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateSampler; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7518:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7518 | constexpr bool HasCreateSamplerYcbcrConversion = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateSamplerYcbcrConversion; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7524:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7524 | constexpr bool HasCreateSamplerYcbcrConversionKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateSamplerYcbcrConversionKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7530:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7530 | constexpr bool HasCreateSemaphore = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateSemaphore; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7536:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7536 | constexpr bool HasCreateShaderModule = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateShaderModule; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7542:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7542 | constexpr bool HasCreateSharedSwapchainsKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateSharedSwapchainsKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7548:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7548 | constexpr bool HasCreateSwapchainKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateSwapchainKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7554:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7554 | constexpr bool HasCreateValidationCacheEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::CreateValidationCacheEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7576:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7576 | constexpr bool HasDebugMarkerSetObjectNameEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::DebugMarkerSetObjectNameEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7582:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7582 | constexpr bool HasDebugMarkerSetObjectTagEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::DebugMarkerSetObjectTagEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7588:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7588 | constexpr bool HasDeferredOperationJoinKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::DeferredOperationJoinKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7594:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7594 | constexpr bool HasDestroyAccelerationStructureKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyAccelerationStructureKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7600:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7600 | constexpr bool HasDestroyAccelerationStructureNV = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyAccelerationStructureNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7606:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7606 | constexpr bool HasDestroyBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyBuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7620:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7620 | constexpr bool HasDestroyBufferView = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyBufferView; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7626:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7626 | constexpr bool HasDestroyCommandPool = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyCommandPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7648:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7648 | constexpr bool HasDestroyDeferredOperationKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyDeferredOperationKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7654:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7654 | constexpr bool HasDestroyDescriptorPool = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyDescriptorPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7660:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7660 | constexpr bool HasDestroyDescriptorSetLayout = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyDescriptorSetLayout; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7666:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7666 | constexpr bool HasDestroyDescriptorUpdateTemplate = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyDescriptorUpdateTemplate; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7672:93: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7672 | constexpr bool HasDestroyDescriptorUpdateTemplateKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyDescriptorUpdateTemplateKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7678:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7678 | constexpr bool HasDestroyDevice = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyDevice; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7688:71: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7688 | constexpr bool HasDestroyEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyEvent; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7694:71: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7694 | constexpr bool HasDestroyFence = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyFence; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7700:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7700 | constexpr bool HasDestroyFramebuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyFramebuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7706:71: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7706 | constexpr bool HasDestroyImage = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyImage; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7712:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7712 | constexpr bool HasDestroyImageView = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyImageView; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7718:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7718 | constexpr bool HasDestroyIndirectCommandsLayoutNV = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyIndirectCommandsLayoutNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7724:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7724 | constexpr bool HasDestroyPipeline = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyPipeline; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7730:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7730 | constexpr bool HasDestroyPipelineCache = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyPipelineCache; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7736:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7736 | constexpr bool HasDestroyPipelineLayout = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyPipelineLayout; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7742:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7742 | constexpr bool HasDestroyPrivateDataSlot = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyPrivateDataSlot; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7748:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7748 | constexpr bool HasDestroyPrivateDataSlotEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyPrivateDataSlotEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7754:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7754 | constexpr bool HasDestroyQueryPool = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyQueryPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7760:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7760 | constexpr bool HasDestroyRenderPass = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyRenderPass; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7766:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7766 | constexpr bool HasDestroySampler = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroySampler; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7772:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7772 | constexpr bool HasDestroySamplerYcbcrConversion = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroySamplerYcbcrConversion; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7778:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7778 | constexpr bool HasDestroySamplerYcbcrConversionKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroySamplerYcbcrConversionKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7784:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7784 | constexpr bool HasDestroySemaphore = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroySemaphore; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7790:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7790 | constexpr bool HasDestroyShaderModule = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyShaderModule; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7796:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7796 | constexpr bool HasDestroySwapchainKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroySwapchainKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7802:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7802 | constexpr bool HasDestroyValidationCacheEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::DestroyValidationCacheEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7824:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7824 | constexpr bool HasDeviceWaitIdle = requires(const DeviceOverrides& t) { &DeviceOverrides::DeviceWaitIdle; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7830:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7830 | constexpr bool HasDisplayPowerControlEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::DisplayPowerControlEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7836:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7836 | constexpr bool HasEndCommandBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::EndCommandBuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7850:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7850 | constexpr bool HasFlushMappedMemoryRanges = requires(const DeviceOverrides& t) { &DeviceOverrides::FlushMappedMemoryRanges; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7856:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7856 | constexpr bool HasFreeCommandBuffers = requires(const DeviceOverrides& t) { &DeviceOverrides::FreeCommandBuffers; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7862:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7862 | constexpr bool HasFreeDescriptorSets = requires(const DeviceOverrides& t) { &DeviceOverrides::FreeDescriptorSets; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7868:69: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7868 | constexpr bool HasFreeMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::FreeMemory; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7874:96: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7874 | constexpr bool HasGetAccelerationStructureBuildSizesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetAccelerationStructureBuildSizesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7880:99: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7880 | constexpr bool HasGetAccelerationStructureDeviceAddressKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetAccelerationStructureDeviceAddressKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7886:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7886 | constexpr bool HasGetAccelerationStructureHandleNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetAccelerationStructureHandleNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7892:103: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7892 | constexpr bool HasGetAccelerationStructureMemoryRequirementsNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetAccelerationStructureMemoryRequirementsNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7914:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7914 | constexpr bool HasGetBufferDeviceAddress = requires(const DeviceOverrides& t) { &DeviceOverrides::GetBufferDeviceAddress; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7920:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7920 | constexpr bool HasGetBufferDeviceAddressEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetBufferDeviceAddressEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7926:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7926 | constexpr bool HasGetBufferDeviceAddressKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetBufferDeviceAddressKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7932:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7932 | constexpr bool HasGetBufferMemoryRequirements = requires(const DeviceOverrides& t) { &DeviceOverrides::GetBufferMemoryRequirements; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7938:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7938 | constexpr bool HasGetBufferMemoryRequirements2 = requires(const DeviceOverrides& t) { &DeviceOverrides::GetBufferMemoryRequirements2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7944:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7944 | constexpr bool HasGetBufferMemoryRequirements2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetBufferMemoryRequirements2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7950:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7950 | constexpr bool HasGetBufferOpaqueCaptureAddress = requires(const DeviceOverrides& t) { &DeviceOverrides::GetBufferOpaqueCaptureAddress; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7956:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7956 | constexpr bool HasGetBufferOpaqueCaptureAddressKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetBufferOpaqueCaptureAddressKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7962:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7962 | constexpr bool HasGetCalibratedTimestampsEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetCalibratedTimestampsEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7968:96: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7968 | constexpr bool HasGetDeferredOperationMaxConcurrencyKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeferredOperationMaxConcurrencyKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7974:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7974 | constexpr bool HasGetDeferredOperationResultKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeferredOperationResultKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7980:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7980 | constexpr bool HasGetDescriptorSetHostMappingVALVE = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDescriptorSetHostMappingVALVE; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7986:101: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7986 | constexpr bool HasGetDescriptorSetLayoutHostMappingInfoVALVE = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDescriptorSetLayoutHostMappingInfoVALVE; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7992:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7992 | constexpr bool HasGetDescriptorSetLayoutSupport = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDescriptorSetLayoutSupport; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:7998:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 7998 | constexpr bool HasGetDescriptorSetLayoutSupportKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDescriptorSetLayoutSupportKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8004:105: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8004 | constexpr bool HasGetDeviceAccelerationStructureCompatibilityKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceAccelerationStructureCompatibilityKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8010:92: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8010 | constexpr bool HasGetDeviceBufferMemoryRequirements = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceBufferMemoryRequirements; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8016:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8016 | constexpr bool HasGetDeviceBufferMemoryRequirementsKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceBufferMemoryRequirementsKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8022:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8022 | constexpr bool HasGetDeviceGroupPeerMemoryFeatures = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceGroupPeerMemoryFeatures; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8028:94: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8028 | constexpr bool HasGetDeviceGroupPeerMemoryFeaturesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceGroupPeerMemoryFeaturesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8034:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8034 | constexpr bool HasGetDeviceGroupPresentCapabilitiesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceGroupPresentCapabilitiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8048:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8048 | constexpr bool HasGetDeviceGroupSurfacePresentModesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceGroupSurfacePresentModesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8054:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8054 | constexpr bool HasGetDeviceImageMemoryRequirements = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceImageMemoryRequirements; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8060:94: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8060 | constexpr bool HasGetDeviceImageMemoryRequirementsKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceImageMemoryRequirementsKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8066:97: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8066 | constexpr bool HasGetDeviceImageSparseMemoryRequirements = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceImageSparseMemoryRequirements; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8072:100: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8072 | constexpr bool HasGetDeviceImageSparseMemoryRequirementsKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceImageSparseMemoryRequirementsKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8078:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8078 | constexpr bool HasGetDeviceMemoryCommitment = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceMemoryCommitment; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8084:94: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8084 | constexpr bool HasGetDeviceMemoryOpaqueCaptureAddress = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceMemoryOpaqueCaptureAddress; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8090:97: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8090 | constexpr bool HasGetDeviceMemoryOpaqueCaptureAddressKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceMemoryOpaqueCaptureAddressKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8099:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8099 | constexpr bool HasGetDeviceQueue = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceQueue; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8105:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8105 | constexpr bool HasGetDeviceQueue2 = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceQueue2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8111:104: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8111 | constexpr bool HasGetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI = requires(const DeviceOverrides& t) { &DeviceOverrides::GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8117:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8117 | constexpr bool HasGetEventStatus = requires(const DeviceOverrides& t) { &DeviceOverrides::GetEventStatus; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8123:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8123 | constexpr bool HasGetFenceFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetFenceFdKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8129:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8129 | constexpr bool HasGetFenceStatus = requires(const DeviceOverrides& t) { &DeviceOverrides::GetFenceStatus; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8143:99: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8143 | constexpr bool HasGetGeneratedCommandsMemoryRequirementsNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetGeneratedCommandsMemoryRequirementsNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8149:97: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8149 | constexpr bool HasGetImageDrmFormatModifierPropertiesEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetImageDrmFormatModifierPropertiesEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8155:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8155 | constexpr bool HasGetImageMemoryRequirements = requires(const DeviceOverrides& t) { &DeviceOverrides::GetImageMemoryRequirements; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8161:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8161 | constexpr bool HasGetImageMemoryRequirements2 = requires(const DeviceOverrides& t) { &DeviceOverrides::GetImageMemoryRequirements2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8167:89: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8167 | constexpr bool HasGetImageMemoryRequirements2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetImageMemoryRequirements2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8173:91: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8173 | constexpr bool HasGetImageSparseMemoryRequirements = requires(const DeviceOverrides& t) { &DeviceOverrides::GetImageSparseMemoryRequirements; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8179:92: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8179 | constexpr bool HasGetImageSparseMemoryRequirements2 = requires(const DeviceOverrides& t) { &DeviceOverrides::GetImageSparseMemoryRequirements2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8185:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8185 | constexpr bool HasGetImageSparseMemoryRequirements2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetImageSparseMemoryRequirements2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8191:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8191 | constexpr bool HasGetImageSubresourceLayout = requires(const DeviceOverrides& t) { &DeviceOverrides::GetImageSubresourceLayout; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8197:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8197 | constexpr bool HasGetImageSubresourceLayout2EXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetImageSubresourceLayout2EXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8227:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8227 | constexpr bool HasGetMemoryFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetMemoryFdKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8233:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8233 | constexpr bool HasGetMemoryFdPropertiesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetMemoryFdPropertiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8239:92: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8239 | constexpr bool HasGetMemoryHostPointerPropertiesEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetMemoryHostPointerPropertiesEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8245:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8245 | constexpr bool HasGetMemoryRemoteAddressNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetMemoryRemoteAddressNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8291:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8291 | constexpr bool HasGetPastPresentationTimingGOOGLE = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPastPresentationTimingGOOGLE; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8297:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8297 | constexpr bool HasGetPerformanceParameterINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPerformanceParameterINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8303:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8303 | constexpr bool HasGetPipelineCacheData = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPipelineCacheData; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8309:106: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8309 | constexpr bool HasGetPipelineExecutableInternalRepresentationsKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPipelineExecutableInternalRepresentationsKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8315:93: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8315 | constexpr bool HasGetPipelineExecutablePropertiesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPipelineExecutablePropertiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8321:93: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8321 | constexpr bool HasGetPipelineExecutableStatisticsKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPipelineExecutableStatisticsKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8327:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8327 | constexpr bool HasGetPipelinePropertiesEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPipelinePropertiesEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8333:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8333 | constexpr bool HasGetPrivateData = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPrivateData; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8339:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8339 | constexpr bool HasGetPrivateDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetPrivateDataEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8345:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8345 | constexpr bool HasGetQueryPoolResults = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueryPoolResults; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8351:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8351 | constexpr bool HasGetQueueCheckpointData2NV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueueCheckpointData2NV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8357:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8357 | constexpr bool HasGetQueueCheckpointDataNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetQueueCheckpointDataNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8363:106: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8363 | constexpr bool HasGetRayTracingCaptureReplayShaderGroupHandlesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingCaptureReplayShaderGroupHandlesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8369:93: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8369 | constexpr bool HasGetRayTracingShaderGroupHandlesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupHandlesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8375:92: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8375 | constexpr bool HasGetRayTracingShaderGroupHandlesNV = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupHandlesNV; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8381:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8381 | constexpr bool HasGetRayTracingShaderGroupStackSizeKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRayTracingShaderGroupStackSizeKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8387:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8387 | constexpr bool HasGetRefreshCycleDurationGOOGLE = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRefreshCycleDurationGOOGLE; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8393:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8393 | constexpr bool HasGetRenderAreaGranularity = requires(const DeviceOverrides& t) { &DeviceOverrides::GetRenderAreaGranularity; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8399:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8399 | constexpr bool HasGetSemaphoreCounterValue = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreCounterValue; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8405:86: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8405 | constexpr bool HasGetSemaphoreCounterValueKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreCounterValueKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8411:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8411 | constexpr bool HasGetSemaphoreFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSemaphoreFdKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8433:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8433 | constexpr bool HasGetShaderInfoAMD = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderInfoAMD; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8439:97: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8439 | constexpr bool HasGetShaderModuleCreateInfoIdentifierEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderModuleCreateInfoIdentifierEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8445:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8445 | constexpr bool HasGetShaderModuleIdentifierEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetShaderModuleIdentifierEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8451:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8451 | constexpr bool HasGetSwapchainCounterEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainCounterEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8473:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8473 | constexpr bool HasGetSwapchainImagesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainImagesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8479:80: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8479 | constexpr bool HasGetSwapchainStatusKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::GetSwapchainStatusKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8485:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8485 | constexpr bool HasGetValidationCacheDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::GetValidationCacheDataEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8499:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8499 | constexpr bool HasImportFenceFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ImportFenceFdKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8513:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8513 | constexpr bool HasImportSemaphoreFdKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ImportSemaphoreFdKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8535:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8535 | constexpr bool HasInitializePerformanceApiINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::InitializePerformanceApiINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8541:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8541 | constexpr bool HasInvalidateMappedMemoryRanges = requires(const DeviceOverrides& t) { &DeviceOverrides::InvalidateMappedMemoryRanges; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8547:68: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8547 | constexpr bool HasMapMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::MapMemory; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8553:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8553 | constexpr bool HasMergePipelineCaches = requires(const DeviceOverrides& t) { &DeviceOverrides::MergePipelineCaches; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8559:83: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8559 | constexpr bool HasMergeValidationCachesEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::MergeValidationCachesEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8565:87: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8565 | constexpr bool HasQueueBeginDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueBeginDebugUtilsLabelEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8571:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8571 | constexpr bool HasQueueBindSparse = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueBindSparse; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8577:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8577 | constexpr bool HasQueueEndDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueEndDebugUtilsLabelEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8583:88: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8583 | constexpr bool HasQueueInsertDebugUtilsLabelEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueInsertDebugUtilsLabelEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8589:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8589 | constexpr bool HasQueuePresentKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::QueuePresentKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8595:96: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8595 | constexpr bool HasQueueSetPerformanceConfigurationINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSetPerformanceConfigurationINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8609:70: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8609 | constexpr bool HasQueueSubmit = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8615:71: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8615 | constexpr bool HasQueueSubmit2 = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit2; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8621:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8621 | constexpr bool HasQueueSubmit2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueSubmit2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8627:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8627 | constexpr bool HasQueueWaitIdle = requires(const DeviceOverrides& t) { &DeviceOverrides::QueueWaitIdle; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8633:81: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8633 | constexpr bool HasRegisterDeviceEventEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::RegisterDeviceEventEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8639:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8639 | constexpr bool HasRegisterDisplayEventEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::RegisterDisplayEventEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8653:95: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8653 | constexpr bool HasReleasePerformanceConfigurationINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::ReleasePerformanceConfigurationINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8659:82: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8659 | constexpr bool HasReleaseProfilingLockKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::ReleaseProfilingLockKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8665:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8665 | constexpr bool HasResetCommandBuffer = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetCommandBuffer; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8671:75: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8671 | constexpr bool HasResetCommandPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetCommandPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8677:78: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8677 | constexpr bool HasResetDescriptorPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetDescriptorPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8683:69: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8683 | constexpr bool HasResetEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetEvent; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8689:70: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8689 | constexpr bool HasResetFences = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetFences; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8695:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8695 | constexpr bool HasResetQueryPool = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetQueryPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8701:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8701 | constexpr bool HasResetQueryPoolEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::ResetQueryPoolEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8723:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8723 | constexpr bool HasSetDebugUtilsObjectNameEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDebugUtilsObjectNameEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8729:84: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8729 | constexpr bool HasSetDebugUtilsObjectTagEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDebugUtilsObjectTagEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8735:85: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8735 | constexpr bool HasSetDeviceMemoryPriorityEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetDeviceMemoryPriorityEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8741:67: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8741 | constexpr bool HasSetEvent = requires(const DeviceOverrides& t) { &DeviceOverrides::SetEvent; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8747:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8747 | constexpr bool HasSetHdrMetadataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetHdrMetadataEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8753:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8753 | constexpr bool HasSetLocalDimmingAMD = requires(const DeviceOverrides& t) { &DeviceOverrides::SetLocalDimmingAMD; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8759:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8759 | constexpr bool HasSetPrivateData = requires(const DeviceOverrides& t) { &DeviceOverrides::SetPrivateData; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8765:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8765 | constexpr bool HasSetPrivateDataEXT = requires(const DeviceOverrides& t) { &DeviceOverrides::SetPrivateDataEXT; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8771:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8771 | constexpr bool HasSignalSemaphore = requires(const DeviceOverrides& t) { &DeviceOverrides::SignalSemaphore; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8777:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8777 | constexpr bool HasSignalSemaphoreKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::SignalSemaphoreKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8783:74: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8783 | constexpr bool HasTrimCommandPool = requires(const DeviceOverrides& t) { &DeviceOverrides::TrimCommandPool; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8789:77: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8789 | constexpr bool HasTrimCommandPoolKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::TrimCommandPoolKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8795:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8795 | constexpr bool HasUninitializePerformanceApiINTEL = requires(const DeviceOverrides& t) { &DeviceOverrides::UninitializePerformanceApiINTEL; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8801:70: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8801 | constexpr bool HasUnmapMemory = requires(const DeviceOverrides& t) { &DeviceOverrides::UnmapMemory; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8807:90: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8807 | constexpr bool HasUpdateDescriptorSetWithTemplate = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSetWithTemplate; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8813:93: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8813 | constexpr bool HasUpdateDescriptorSetWithTemplateKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSetWithTemplateKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8819:79: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8819 | constexpr bool HasUpdateDescriptorSets = requires(const DeviceOverrides& t) { &DeviceOverrides::UpdateDescriptorSets; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8833:72: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8833 | constexpr bool HasWaitForFences = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitForFences; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8839:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8839 | constexpr bool HasWaitForPresentKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitForPresentKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8845:73: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8845 | constexpr bool HasWaitSemaphores = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitSemaphores; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8851:76: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8851 | constexpr bool HasWaitSemaphoresKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WaitSemaphoresKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:8857:99: error: ‘requires’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation
- 8857 | constexpr bool HasWriteAccelerationStructuresPropertiesKHR = requires(const DeviceOverrides& t) { &DeviceOverrides::WriteAccelerationStructuresPropertiesKHR; };
- | ^
- ../subprojects/vkroots/vkroots.h:6088:79: note: ‘requires’ declared here, later in the translation unit
- 6088 | constexpr bool HasAcquireNextImage2KHR = requires(const DeviceOverrides& t) { &DeviceOverrides::AcquireNextImage2KHR; };
- | ^
- ninja: build stopped: subcommand failed.
Add Comment
Please, Sign In to add comment