Guest User

vulkaninfo_logs

a guest
Aug 3rd, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.85 KB | None | 0 0
  1. ==========
  2. VULKANINFO
  3. ==========
  4.  
  5. Vulkan Instance Version: 1.4.321
  6.  
  7.  
  8. Instance Extensions: count = 24
  9. ===============================
  10. VK_EXT_acquire_drm_display : extension revision 1
  11. VK_EXT_acquire_xlib_display : extension revision 1
  12. VK_EXT_debug_report : extension revision 10
  13. VK_EXT_debug_utils : extension revision 2
  14. VK_EXT_direct_mode_display : extension revision 1
  15. VK_EXT_display_surface_counter : extension revision 1
  16. VK_EXT_headless_surface : extension revision 1
  17. VK_EXT_surface_maintenance1 : extension revision 1
  18. VK_EXT_swapchain_colorspace : extension revision 5
  19. VK_KHR_device_group_creation : extension revision 1
  20. VK_KHR_display : extension revision 23
  21. VK_KHR_external_fence_capabilities : extension revision 1
  22. VK_KHR_external_memory_capabilities : extension revision 1
  23. VK_KHR_external_semaphore_capabilities : extension revision 1
  24. VK_KHR_get_display_properties2 : extension revision 1
  25. VK_KHR_get_physical_device_properties2 : extension revision 2
  26. VK_KHR_get_surface_capabilities2 : extension revision 1
  27. VK_KHR_portability_enumeration : extension revision 1
  28. VK_KHR_surface : extension revision 25
  29. VK_KHR_surface_protected_capabilities : extension revision 1
  30. VK_KHR_wayland_surface : extension revision 6
  31. VK_KHR_xcb_surface : extension revision 6
  32. VK_KHR_xlib_surface : extension revision 6
  33. VK_LUNARG_direct_driver_loading : extension revision 1
  34.  
  35. Layers: count = 6
  36. =================
  37. VK_LAYER_KHRONOS_validation (Khronos Validation Layer) Vulkan version 1.4.321, layer version 1:
  38. Layer Extensions: count = 4
  39. VK_EXT_debug_report : extension revision 9
  40. VK_EXT_debug_utils : extension revision 1
  41. VK_EXT_layer_settings : extension revision 2
  42. VK_EXT_validation_features : extension revision 2
  43. Devices: count = 1
  44. GPU id = 0 (Intel(R) HD Graphics 4600 (HSW GT2))
  45. Layer-Device Extensions: count = 3
  46. VK_EXT_debug_marker : extension revision 4
  47. VK_EXT_tooling_info : extension revision 1
  48. VK_EXT_validation_cache : extension revision 1
  49.  
  50. VK_LAYER_RENDERDOC_Capture (Debugging capture layer for RenderDoc) Vulkan version 1.3.131, layer version 39:
  51. Layer Extensions: count = 1
  52. VK_EXT_debug_utils : extension revision 1
  53. Devices: count = 1
  54. GPU id = 0 (Intel(R) HD Graphics 4600 (HSW GT2))
  55. Layer-Device Extensions: count = 2
  56. VK_EXT_debug_marker : extension revision 4
  57. VK_EXT_tooling_info : extension revision 1
  58.  
  59. VK_LAYER_VALVE_steam_fossilize_32 (Steam Pipeline Caching Layer) Vulkan version 1.3.207, layer version 1:
  60. Layer Extensions: count = 0
  61. Devices: count = 1
  62. GPU id = 0 (Intel(R) HD Graphics 4600 (HSW GT2))
  63. Layer-Device Extensions: count = 0
  64.  
  65. VK_LAYER_VALVE_steam_fossilize_64 (Steam Pipeline Caching Layer) Vulkan version 1.3.207, layer version 1:
  66. Layer Extensions: count = 0
  67. Devices: count = 1
  68. GPU id = 0 (Intel(R) HD Graphics 4600 (HSW GT2))
  69. Layer-Device Extensions: count = 0
  70.  
  71. VK_LAYER_VALVE_steam_overlay_32 (Steam Overlay Layer) Vulkan version 1.3.207, layer version 1:
  72. Layer Extensions: count = 0
  73. Devices: count = 1
  74. GPU id = 0 (Intel(R) HD Graphics 4600 (HSW GT2))
  75. Layer-Device Extensions: count = 0
  76.  
  77. VK_LAYER_VALVE_steam_overlay_64 (Steam Overlay Layer) Vulkan version 1.3.207, layer version 1:
  78. Layer Extensions: count = 0
  79. Devices: count = 1
  80. GPU id = 0 (Intel(R) HD Graphics 4600 (HSW GT2))
  81. Layer-Device Extensions: count = 0
  82.  
  83. Presentable Surfaces:
  84. =====================
  85. GPU id : 0 (Intel(R) HD Graphics 4600 (HSW GT2)) [VK_KHR_xcb_surface, VK_KHR_xlib_surface]:
  86. Surface types: count = 2
  87. VK_KHR_xcb_surface
  88. VK_KHR_xlib_surface
  89. Formats: count = 2
  90. SurfaceFormat[0]:
  91. format = FORMAT_B8G8R8A8_SRGB
  92. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  93. SurfaceFormat[1]:
  94. format = FORMAT_B8G8R8A8_UNORM
  95. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  96. Present Modes: count = 4
  97. PRESENT_MODE_IMMEDIATE_KHR
  98. PRESENT_MODE_MAILBOX_KHR
  99. PRESENT_MODE_FIFO_KHR
  100. PRESENT_MODE_FIFO_RELAXED_KHR
  101. VkSurfaceCapabilitiesKHR:
  102. -------------------------
  103. minImageCount = 3
  104. maxImageCount = 0
  105. currentExtent:
  106. width = 256
  107. height = 256
  108. minImageExtent:
  109. width = 256
  110. height = 256
  111. maxImageExtent:
  112. width = 256
  113. height = 256
  114. maxImageArrayLayers = 1
  115. supportedTransforms: count = 1
  116. SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  117. currentTransform = SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  118. supportedCompositeAlpha: count = 2
  119. COMPOSITE_ALPHA_OPAQUE_BIT_KHR
  120. COMPOSITE_ALPHA_INHERIT_BIT_KHR
  121. supportedUsageFlags: count = 6
  122. IMAGE_USAGE_TRANSFER_SRC_BIT
  123. IMAGE_USAGE_TRANSFER_DST_BIT
  124. IMAGE_USAGE_SAMPLED_BIT
  125. IMAGE_USAGE_STORAGE_BIT
  126. IMAGE_USAGE_COLOR_ATTACHMENT_BIT
  127. IMAGE_USAGE_INPUT_ATTACHMENT_BIT
  128. VkSurfaceProtectedCapabilitiesKHR:
  129. ----------------------------------
  130. supportsProtected = false
  131.  
  132. VK_EXT_surface_maintenance1:
  133. ----------------------------
  134. PRESENT_MODE_IMMEDIATE_KHR:
  135. minImageCount = 4
  136. maxImageCount = 0
  137. VkSurfacePresentScalingCapabilitiesKHR:
  138. supportedPresentScaling:
  139. None
  140. supportedPresentGravityX:
  141. None
  142. supportedPresentGravityY:
  143. None
  144. minScaledImageExtent:
  145. width = 256
  146. height = 256
  147. maxScaledImageExtent:
  148. width = 256
  149. height = 256
  150. VkSurfacePresentModeCompatibilityKHR:
  151. presentModeCount = 1
  152. pPresentModes: count = 1
  153. PRESENT_MODE_IMMEDIATE_KHR
  154. PRESENT_MODE_MAILBOX_KHR:
  155. minImageCount = 4
  156. maxImageCount = 0
  157. VkSurfacePresentScalingCapabilitiesKHR:
  158. supportedPresentScaling:
  159. None
  160. supportedPresentGravityX:
  161. None
  162. supportedPresentGravityY:
  163. None
  164. minScaledImageExtent:
  165. width = 256
  166. height = 256
  167. maxScaledImageExtent:
  168. width = 256
  169. height = 256
  170. VkSurfacePresentModeCompatibilityKHR:
  171. presentModeCount = 1
  172. pPresentModes: count = 1
  173. PRESENT_MODE_MAILBOX_KHR
  174. PRESENT_MODE_FIFO_KHR:
  175. minImageCount = 3
  176. maxImageCount = 0
  177. VkSurfacePresentScalingCapabilitiesKHR:
  178. supportedPresentScaling:
  179. None
  180. supportedPresentGravityX:
  181. None
  182. supportedPresentGravityY:
  183. None
  184. minScaledImageExtent:
  185. width = 256
  186. height = 256
  187. maxScaledImageExtent:
  188. width = 256
  189. height = 256
  190. VkSurfacePresentModeCompatibilityKHR:
  191. presentModeCount = 1
  192. pPresentModes: count = 1
  193. PRESENT_MODE_FIFO_KHR
  194. PRESENT_MODE_FIFO_RELAXED_KHR:
  195. minImageCount = 3
  196. maxImageCount = 0
  197. VkSurfacePresentScalingCapabilitiesKHR:
  198. supportedPresentScaling:
  199. None
  200. supportedPresentGravityX:
  201. None
  202. supportedPresentGravityY:
  203. None
  204. minScaledImageExtent:
  205. width = 256
  206. height = 256
  207. maxScaledImageExtent:
  208. width = 256
  209. height = 256
  210. VkSurfacePresentModeCompatibilityKHR:
  211. presentModeCount = 1
  212. pPresentModes: count = 1
  213. PRESENT_MODE_FIFO_RELAXED_KHR
  214.  
  215. GPU id : 0 (Intel(R) HD Graphics 4600 (HSW GT2)) [VK_KHR_wayland_surface]:
  216. Surface type = VK_KHR_wayland_surface
  217. Formats: count = 16
  218. SurfaceFormat[0]:
  219. format = FORMAT_R16G16B16A16_SFLOAT
  220. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  221. SurfaceFormat[1]:
  222. format = FORMAT_R16G16B16A16_UNORM
  223. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  224. SurfaceFormat[2]:
  225. format = FORMAT_A2R10G10B10_UNORM_PACK32
  226. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  227. SurfaceFormat[3]:
  228. format = FORMAT_B8G8R8A8_SRGB
  229. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  230. SurfaceFormat[4]:
  231. format = FORMAT_B8G8R8A8_UNORM
  232. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  233. SurfaceFormat[5]:
  234. format = FORMAT_R8G8B8A8_SRGB
  235. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  236. SurfaceFormat[6]:
  237. format = FORMAT_R8G8B8A8_UNORM
  238. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  239. SurfaceFormat[7]:
  240. format = FORMAT_R5G6B5_UNORM_PACK16
  241. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  242. SurfaceFormat[8]:
  243. format = FORMAT_R16G16B16A16_SFLOAT
  244. colorSpace = COLOR_SPACE_PASS_THROUGH_EXT
  245. SurfaceFormat[9]:
  246. format = FORMAT_R16G16B16A16_UNORM
  247. colorSpace = COLOR_SPACE_PASS_THROUGH_EXT
  248. SurfaceFormat[10]:
  249. format = FORMAT_A2R10G10B10_UNORM_PACK32
  250. colorSpace = COLOR_SPACE_PASS_THROUGH_EXT
  251. SurfaceFormat[11]:
  252. format = FORMAT_B8G8R8A8_SRGB
  253. colorSpace = COLOR_SPACE_PASS_THROUGH_EXT
  254. SurfaceFormat[12]:
  255. format = FORMAT_B8G8R8A8_UNORM
  256. colorSpace = COLOR_SPACE_PASS_THROUGH_EXT
  257. SurfaceFormat[13]:
  258. format = FORMAT_R8G8B8A8_SRGB
  259. colorSpace = COLOR_SPACE_PASS_THROUGH_EXT
  260. SurfaceFormat[14]:
  261. format = FORMAT_R8G8B8A8_UNORM
  262. colorSpace = COLOR_SPACE_PASS_THROUGH_EXT
  263. SurfaceFormat[15]:
  264. format = FORMAT_R5G6B5_UNORM_PACK16
  265. colorSpace = COLOR_SPACE_PASS_THROUGH_EXT
  266. Present Modes: count = 3
  267. PRESENT_MODE_MAILBOX_KHR
  268. PRESENT_MODE_FIFO_KHR
  269. PRESENT_MODE_IMMEDIATE_KHR
  270. VkSurfaceCapabilitiesKHR:
  271. -------------------------
  272. minImageCount = 4
  273. maxImageCount = 0
  274. currentExtent:
  275. width = 4294967295
  276. height = 4294967295
  277. minImageExtent:
  278. width = 1
  279. height = 1
  280. maxImageExtent:
  281. width = 8192
  282. height = 8192
  283. maxImageArrayLayers = 1
  284. supportedTransforms: count = 1
  285. SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  286. currentTransform = SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  287. supportedCompositeAlpha: count = 2
  288. COMPOSITE_ALPHA_OPAQUE_BIT_KHR
  289. COMPOSITE_ALPHA_PRE_MULTIPLIED_BIT_KHR
  290. supportedUsageFlags: count = 6
  291. IMAGE_USAGE_TRANSFER_SRC_BIT
  292. IMAGE_USAGE_TRANSFER_DST_BIT
  293. IMAGE_USAGE_SAMPLED_BIT
  294. IMAGE_USAGE_STORAGE_BIT
  295. IMAGE_USAGE_COLOR_ATTACHMENT_BIT
  296. IMAGE_USAGE_INPUT_ATTACHMENT_BIT
  297. VkSurfaceProtectedCapabilitiesKHR:
  298. ----------------------------------
  299. supportsProtected = false
  300.  
  301. VK_EXT_surface_maintenance1:
  302. ----------------------------
  303. PRESENT_MODE_MAILBOX_KHR:
  304. minImageCount = 4
  305. maxImageCount = 0
  306. VkSurfacePresentScalingCapabilitiesKHR:
  307. supportedPresentScaling:
  308. None
  309. supportedPresentGravityX:
  310. None
  311. supportedPresentGravityY:
  312. None
  313. minScaledImageExtent:
  314. width = 1
  315. height = 1
  316. maxScaledImageExtent:
  317. width = 8192
  318. height = 8192
  319. VkSurfacePresentModeCompatibilityKHR:
  320. presentModeCount = 1
  321. pPresentModes: count = 1
  322. PRESENT_MODE_MAILBOX_KHR
  323. PRESENT_MODE_FIFO_KHR:
  324. minImageCount = 3
  325. maxImageCount = 0
  326. VkSurfacePresentScalingCapabilitiesKHR:
  327. supportedPresentScaling:
  328. None
  329. supportedPresentGravityX:
  330. None
  331. supportedPresentGravityY:
  332. None
  333. minScaledImageExtent:
  334. width = 1
  335. height = 1
  336. maxScaledImageExtent:
  337. width = 8192
  338. height = 8192
  339. VkSurfacePresentModeCompatibilityKHR:
  340. presentModeCount = 1
  341. pPresentModes: count = 1
  342. PRESENT_MODE_FIFO_KHR
  343. PRESENT_MODE_IMMEDIATE_KHR:
  344. minImageCount = 3
  345. maxImageCount = 0
  346. VkSurfacePresentScalingCapabilitiesKHR:
  347. supportedPresentScaling:
  348. None
  349. supportedPresentGravityX:
  350. None
  351. supportedPresentGravityY:
  352. None
  353. minScaledImageExtent:
  354. width = 1
  355. height = 1
  356. maxScaledImageExtent:
  357. width = 8192
  358. height = 8192
  359. VkSurfacePresentModeCompatibilityKHR:
  360. presentModeCount = 1
  361. pPresentModes: count = 1
  362. PRESENT_MODE_IMMEDIATE_KHR
  363.  
  364.  
  365. Device Properties and Extensions:
  366. =================================
  367. GPU0:
  368. VkPhysicalDeviceProperties:
  369. ---------------------------
  370. apiVersion = 1.2.311 (4202807)
  371. driverVersion = 25.1.6 (104861702)
  372. vendorID = 0x8086
  373. deviceID = 0x0412
  374. deviceType = PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU
  375. deviceName = Intel(R) HD Graphics 4600 (HSW GT2)
  376. pipelineCacheUUID = ba8712e7-8a3a-d137-05b9-c6a765f53051
  377.  
  378. VkPhysicalDeviceLimits:
  379. -----------------------
  380. maxImageDimension1D = 16384
  381. maxImageDimension2D = 8192
  382. maxImageDimension3D = 2048
  383. maxImageDimensionCube = 16384
  384. maxImageArrayLayers = 2048
  385. maxTexelBufferElements = 134217728
  386. maxUniformBufferRange = 134217728
  387. maxStorageBufferRange = 1073741824
  388. maxPushConstantsSize = 128
  389. maxMemoryAllocationCount = 4294967295
  390. maxSamplerAllocationCount = 65536
  391. bufferImageGranularity = 0x00000001
  392. sparseAddressSpaceSize = 0x00000000
  393. maxBoundDescriptorSets = 32
  394. maxPerStageDescriptorSamplers = 128
  395. maxPerStageDescriptorUniformBuffers = 64
  396. maxPerStageDescriptorStorageBuffers = 64
  397. maxPerStageDescriptorSampledImages = 128
  398. maxPerStageDescriptorStorageImages = 64
  399. maxPerStageDescriptorInputAttachments = 64
  400. maxPerStageResources = 231
  401. maxDescriptorSetSamplers = 768
  402. maxDescriptorSetUniformBuffers = 384
  403. maxDescriptorSetUniformBuffersDynamic = 8
  404. maxDescriptorSetStorageBuffers = 384
  405. maxDescriptorSetStorageBuffersDynamic = 8
  406. maxDescriptorSetSampledImages = 768
  407. maxDescriptorSetStorageImages = 384
  408. maxDescriptorSetInputAttachments = 256
  409. maxVertexInputAttributes = 29
  410. maxVertexInputBindings = 31
  411. maxVertexInputAttributeOffset = 2047
  412. maxVertexInputBindingStride = 2048
  413. maxVertexOutputComponents = 128
  414. maxTessellationGenerationLevel = 64
  415. maxTessellationPatchSize = 32
  416. maxTessellationControlPerVertexInputComponents = 128
  417. maxTessellationControlPerVertexOutputComponents = 128
  418. maxTessellationControlPerPatchOutputComponents = 128
  419. maxTessellationControlTotalOutputComponents = 2048
  420. maxTessellationEvaluationInputComponents = 128
  421. maxTessellationEvaluationOutputComponents = 128
  422. maxGeometryShaderInvocations = 32
  423. maxGeometryInputComponents = 64
  424. maxGeometryOutputComponents = 128
  425. maxGeometryOutputVertices = 256
  426. maxGeometryTotalOutputComponents = 1024
  427. maxFragmentInputComponents = 116
  428. maxFragmentOutputAttachments = 8
  429. maxFragmentDualSrcAttachments = 1
  430. maxFragmentCombinedOutputResources = 136
  431. maxComputeSharedMemorySize = 65536
  432. maxComputeWorkGroupCount: count = 3
  433. 65535
  434. 65535
  435. 65535
  436. maxComputeWorkGroupInvocations = 1024
  437. maxComputeWorkGroupSize: count = 3
  438. 1024
  439. 1024
  440. 1024
  441. subPixelPrecisionBits = 8
  442. subTexelPrecisionBits = 8
  443. mipmapPrecisionBits = 8
  444. maxDrawIndexedIndexValue = 4294967295
  445. maxDrawIndirectCount = 4294967295
  446. maxSamplerLodBias = 16
  447. maxSamplerAnisotropy = 16
  448. maxViewports = 16
  449. maxViewportDimensions: count = 2
  450. 16384
  451. 16384
  452. viewportBoundsRange: count = 2
  453. -32768
  454. 32767
  455. viewportSubPixelBits = 13
  456. minMemoryMapAlignment = 4096
  457. minTexelBufferOffsetAlignment = 0x00000010
  458. minUniformBufferOffsetAlignment = 0x00000040
  459. minStorageBufferOffsetAlignment = 0x00000004
  460. minTexelOffset = -8
  461. maxTexelOffset = 7
  462. minTexelGatherOffset = -32
  463. maxTexelGatherOffset = 31
  464. minInterpolationOffset = -0.5
  465. maxInterpolationOffset = 0.4375
  466. subPixelInterpolationOffsetBits = 4
  467. maxFramebufferWidth = 16384
  468. maxFramebufferHeight = 16384
  469. maxFramebufferLayers = 2048
  470. framebufferColorSampleCounts: count = 3
  471. SAMPLE_COUNT_1_BIT
  472. SAMPLE_COUNT_4_BIT
  473. SAMPLE_COUNT_8_BIT
  474. framebufferDepthSampleCounts: count = 3
  475. SAMPLE_COUNT_1_BIT
  476. SAMPLE_COUNT_4_BIT
  477. SAMPLE_COUNT_8_BIT
  478. framebufferStencilSampleCounts: count = 3
  479. SAMPLE_COUNT_1_BIT
  480. SAMPLE_COUNT_4_BIT
  481. SAMPLE_COUNT_8_BIT
  482. framebufferNoAttachmentsSampleCounts: count = 3
  483. SAMPLE_COUNT_1_BIT
  484. SAMPLE_COUNT_4_BIT
  485. SAMPLE_COUNT_8_BIT
  486. maxColorAttachments = 8
  487. sampledImageColorSampleCounts: count = 3
  488. SAMPLE_COUNT_1_BIT
  489. SAMPLE_COUNT_4_BIT
  490. SAMPLE_COUNT_8_BIT
  491. sampledImageIntegerSampleCounts: count = 1
  492. SAMPLE_COUNT_1_BIT
  493. sampledImageDepthSampleCounts: count = 3
  494. SAMPLE_COUNT_1_BIT
  495. SAMPLE_COUNT_4_BIT
  496. SAMPLE_COUNT_8_BIT
  497. sampledImageStencilSampleCounts: count = 3
  498. SAMPLE_COUNT_1_BIT
  499. SAMPLE_COUNT_4_BIT
  500. SAMPLE_COUNT_8_BIT
  501. storageImageSampleCounts: count = 1
  502. SAMPLE_COUNT_1_BIT
  503. maxSampleMaskWords = 1
  504. timestampComputeAndGraphics = true
  505. timestampPeriod = 80
  506. maxClipDistances = 8
  507. maxCullDistances = 8
  508. maxCombinedClipAndCullDistances = 8
  509. discreteQueuePriorities = 2
  510. pointSizeRange: count = 2
  511. 0.125
  512. 255.875
  513. lineWidthRange: count = 2
  514. 0
  515. 7.99219
  516. pointSizeGranularity = 0.125
  517. lineWidthGranularity = 0.0078125
  518. strictLines = false
  519. standardSampleLocations = true
  520. optimalBufferCopyOffsetAlignment = 0x00000080
  521. optimalBufferCopyRowPitchAlignment = 0x00000080
  522. nonCoherentAtomSize = 0x00000040
  523.  
  524. VkPhysicalDeviceSparseProperties:
  525. ---------------------------------
  526. residencyStandard2DBlockShape = false
  527. residencyStandard2DMultisampleBlockShape = false
  528. residencyStandard3DBlockShape = false
  529. residencyAlignedMipSize = false
  530. residencyNonResidentStrict = false
  531.  
  532. VkPhysicalDeviceDrmPropertiesEXT:
  533. ---------------------------------
  534. hasPrimary = true
  535. hasRender = true
  536. primaryMajor = 226
  537. primaryMinor = 1
  538. renderMajor = 226
  539. renderMinor = 128
  540.  
  541. VkPhysicalDeviceExternalMemoryHostPropertiesEXT:
  542. ------------------------------------------------
  543. minImportedHostPointerAlignment = 0x00001000
  544.  
  545. VkPhysicalDeviceInlineUniformBlockPropertiesEXT:
  546. ------------------------------------------------
  547. maxInlineUniformBlockSize = 4096
  548. maxPerStageDescriptorInlineUniformBlocks = 32
  549. maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks = 32
  550. maxDescriptorSetInlineUniformBlocks = 32
  551. maxDescriptorSetUpdateAfterBindInlineUniformBlocks = 32
  552.  
  553. VkPhysicalDeviceLineRasterizationPropertiesKHR:
  554. -----------------------------------------------
  555. lineSubPixelPrecisionBits = 4
  556.  
  557. VkPhysicalDeviceMaintenance4PropertiesKHR:
  558. ------------------------------------------
  559. maxBufferSize = 0x40000000
  560.  
  561. VkPhysicalDeviceMaintenance5PropertiesKHR:
  562. ------------------------------------------
  563. earlyFragmentMultisampleCoverageAfterSampleCounting = false
  564. earlyFragmentSampleMaskTestBeforeSampleCounting = false
  565. depthStencilSwizzleOneSupport = true
  566. polygonModePointSize = true
  567. nonStrictSinglePixelWideLinesUseParallelogram = false
  568. nonStrictWideLinesUseParallelogram = false
  569.  
  570. VkPhysicalDeviceMultiDrawPropertiesEXT:
  571. ---------------------------------------
  572. maxMultiDrawCount = 2048
  573.  
  574. VkPhysicalDevicePCIBusInfoPropertiesEXT:
  575. ----------------------------------------
  576. pciDomain = 0
  577. pciBus = 0
  578. pciDevice = 2
  579. pciFunction = 0
  580.  
  581. VkPhysicalDeviceProvokingVertexPropertiesEXT:
  582. ---------------------------------------------
  583. provokingVertexModePerPipeline = true
  584. transformFeedbackPreservesTriangleFanProvokingVertex = false
  585.  
  586. VkPhysicalDevicePushDescriptorPropertiesKHR:
  587. --------------------------------------------
  588. maxPushDescriptors = 32
  589.  
  590. VkPhysicalDeviceRobustness2PropertiesKHR:
  591. -----------------------------------------
  592. robustStorageBufferAccessSizeAlignment = 0x00000004
  593. robustUniformBufferAccessSizeAlignment = 0x00000040
  594.  
  595. VkPhysicalDeviceSampleLocationsPropertiesEXT:
  596. ---------------------------------------------
  597. sampleLocationSampleCounts: count = 3
  598. SAMPLE_COUNT_1_BIT
  599. SAMPLE_COUNT_4_BIT
  600. SAMPLE_COUNT_8_BIT
  601. maxSampleLocationGridSize:
  602. width = 1
  603. height = 1
  604. sampleLocationCoordinateRange: count = 2
  605. 0
  606. 0.9375
  607. sampleLocationSubPixelBits = 4
  608. variableSampleLocations = true
  609.  
  610. VkPhysicalDeviceShaderIntegerDotProductPropertiesKHR:
  611. -----------------------------------------------------
  612. integerDotProduct8BitUnsignedAccelerated = false
  613. integerDotProduct8BitSignedAccelerated = false
  614. integerDotProduct8BitMixedSignednessAccelerated = false
  615. integerDotProduct4x8BitPackedUnsignedAccelerated = false
  616. integerDotProduct4x8BitPackedSignedAccelerated = false
  617. integerDotProduct4x8BitPackedMixedSignednessAccelerated = false
  618. integerDotProduct16BitUnsignedAccelerated = false
  619. integerDotProduct16BitSignedAccelerated = false
  620. integerDotProduct16BitMixedSignednessAccelerated = false
  621. integerDotProduct32BitUnsignedAccelerated = false
  622. integerDotProduct32BitSignedAccelerated = false
  623. integerDotProduct32BitMixedSignednessAccelerated = false
  624. integerDotProduct64BitUnsignedAccelerated = false
  625. integerDotProduct64BitSignedAccelerated = false
  626. integerDotProduct64BitMixedSignednessAccelerated = false
  627. integerDotProductAccumulatingSaturating8BitUnsignedAccelerated = false
  628. integerDotProductAccumulatingSaturating8BitSignedAccelerated = false
  629. integerDotProductAccumulatingSaturating8BitMixedSignednessAccelerated = false
  630. integerDotProductAccumulatingSaturating4x8BitPackedUnsignedAccelerated = false
  631. integerDotProductAccumulatingSaturating4x8BitPackedSignedAccelerated = false
  632. integerDotProductAccumulatingSaturating4x8BitPackedMixedSignednessAccelerated = false
  633. integerDotProductAccumulatingSaturating16BitUnsignedAccelerated = false
  634. integerDotProductAccumulatingSaturating16BitSignedAccelerated = false
  635. integerDotProductAccumulatingSaturating16BitMixedSignednessAccelerated = false
  636. integerDotProductAccumulatingSaturating32BitUnsignedAccelerated = false
  637. integerDotProductAccumulatingSaturating32BitSignedAccelerated = false
  638. integerDotProductAccumulatingSaturating32BitMixedSignednessAccelerated = false
  639. integerDotProductAccumulatingSaturating64BitUnsignedAccelerated = false
  640. integerDotProductAccumulatingSaturating64BitSignedAccelerated = false
  641. integerDotProductAccumulatingSaturating64BitMixedSignednessAccelerated = false
  642.  
  643. VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT:
  644. ----------------------------------------------------
  645. shaderModuleIdentifierAlgorithmUUID = 4d455341-2d42-4c41-4b45-330000000000
  646.  
  647. VkPhysicalDeviceSubgroupSizeControlPropertiesEXT:
  648. -------------------------------------------------
  649. minSubgroupSize = 8
  650. maxSubgroupSize = 32
  651. maxComputeWorkgroupSubgroups = 64
  652. requiredSubgroupSizeStages: count = 1
  653. SHADER_STAGE_COMPUTE_BIT
  654.  
  655. VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT:
  656. --------------------------------------------------
  657. storageTexelBufferOffsetAlignmentBytes = 0x00000010
  658. storageTexelBufferOffsetSingleTexelAlignment = true
  659. uniformTexelBufferOffsetAlignmentBytes = 0x00000001
  660. uniformTexelBufferOffsetSingleTexelAlignment = true
  661.  
  662. VkPhysicalDeviceTransformFeedbackPropertiesEXT:
  663. -----------------------------------------------
  664. maxTransformFeedbackStreams = 4
  665. maxTransformFeedbackBuffers = 4
  666. maxTransformFeedbackBufferSize = 0x100000000
  667. maxTransformFeedbackStreamDataSize = 512
  668. maxTransformFeedbackBufferDataSize = 512
  669. maxTransformFeedbackBufferDataStride = 2048
  670. transformFeedbackQueries = true
  671. transformFeedbackStreamsLinesTriangles = false
  672. transformFeedbackRasterizationStreamSelect = false
  673. transformFeedbackDraw = true
  674.  
  675. VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT:
  676. ----------------------------------------------------
  677. maxVertexAttribDivisor = 268435455
  678.  
  679. VkPhysicalDeviceVulkan11Properties:
  680. -----------------------------------
  681. deviceUUID = 86801204-0600-0000-0002-000000000000
  682. driverUUID = cad93c1a-539a-d04c-7528-68eff04f4b43
  683. deviceNodeMask = 0
  684. deviceLUIDValid = false
  685. subgroupSize = 32
  686. subgroupSupportedStages: count = 2
  687. SHADER_STAGE_FRAGMENT_BIT
  688. SHADER_STAGE_COMPUTE_BIT
  689. subgroupSupportedOperations: count = 6
  690. SUBGROUP_FEATURE_BASIC_BIT
  691. SUBGROUP_FEATURE_VOTE_BIT
  692. SUBGROUP_FEATURE_BALLOT_BIT
  693. SUBGROUP_FEATURE_SHUFFLE_BIT
  694. SUBGROUP_FEATURE_SHUFFLE_RELATIVE_BIT
  695. SUBGROUP_FEATURE_QUAD_BIT
  696. subgroupQuadOperationsInAllStages = false
  697. pointClippingBehavior = POINT_CLIPPING_BEHAVIOR_USER_CLIP_PLANES_ONLY
  698. maxMultiviewViewCount = 16
  699. maxMultiviewInstanceIndex = 268435455
  700. protectedNoFault = false
  701. maxPerSetDescriptors = 1024
  702. maxMemoryAllocationSize = 0x80000000
  703.  
  704. VkPhysicalDeviceVulkan12Properties:
  705. -----------------------------------
  706. driverID = DRIVER_ID_INTEL_OPEN_SOURCE_MESA
  707. driverName = Intel open-source Mesa driver
  708. driverInfo = Mesa 25.1.6-arch1.1
  709. conformanceVersion:
  710. major = 0
  711. minor = 0
  712. subminor = 0
  713. patch = 0
  714. denormBehaviorIndependence = SHADER_FLOAT_CONTROLS_INDEPENDENCE_ALL
  715. roundingModeIndependence = SHADER_FLOAT_CONTROLS_INDEPENDENCE_NONE
  716. shaderSignedZeroInfNanPreserveFloat16 = true
  717. shaderSignedZeroInfNanPreserveFloat32 = true
  718. shaderSignedZeroInfNanPreserveFloat64 = true
  719. shaderDenormPreserveFloat16 = false
  720. shaderDenormPreserveFloat32 = false
  721. shaderDenormPreserveFloat64 = true
  722. shaderDenormFlushToZeroFloat16 = false
  723. shaderDenormFlushToZeroFloat32 = true
  724. shaderDenormFlushToZeroFloat64 = true
  725. shaderRoundingModeRTEFloat16 = true
  726. shaderRoundingModeRTEFloat32 = true
  727. shaderRoundingModeRTEFloat64 = true
  728. shaderRoundingModeRTZFloat16 = true
  729. shaderRoundingModeRTZFloat32 = true
  730. shaderRoundingModeRTZFloat64 = true
  731. maxUpdateAfterBindDescriptorsInAllPools = 1048576
  732. shaderUniformBufferArrayNonUniformIndexingNative = false
  733. shaderSampledImageArrayNonUniformIndexingNative = false
  734. shaderStorageBufferArrayNonUniformIndexingNative = true
  735. shaderStorageImageArrayNonUniformIndexingNative = false
  736. shaderInputAttachmentArrayNonUniformIndexingNative = false
  737. robustBufferAccessUpdateAfterBind = true
  738. quadDivergentImplicitLod = false
  739. maxPerStageDescriptorUpdateAfterBindSamplers = 1048576
  740. maxPerStageDescriptorUpdateAfterBindUniformBuffers = 64
  741. maxPerStageDescriptorUpdateAfterBindStorageBuffers = 4294967295
  742. maxPerStageDescriptorUpdateAfterBindSampledImages = 1048576
  743. maxPerStageDescriptorUpdateAfterBindStorageImages = 1048576
  744. maxPerStageDescriptorUpdateAfterBindInputAttachments = 64
  745. maxPerStageUpdateAfterBindResources = 4294967295
  746. maxDescriptorSetUpdateAfterBindSamplers = 1048576
  747. maxDescriptorSetUpdateAfterBindUniformBuffers = 384
  748. maxDescriptorSetUpdateAfterBindUniformBuffersDynamic = 8
  749. maxDescriptorSetUpdateAfterBindStorageBuffers = 4294967295
  750. maxDescriptorSetUpdateAfterBindStorageBuffersDynamic = 8
  751. maxDescriptorSetUpdateAfterBindSampledImages = 1048576
  752. maxDescriptorSetUpdateAfterBindStorageImages = 1048576
  753. maxDescriptorSetUpdateAfterBindInputAttachments = 256
  754. supportedDepthResolveModes: count = 4
  755. RESOLVE_MODE_SAMPLE_ZERO_BIT
  756. RESOLVE_MODE_AVERAGE_BIT
  757. RESOLVE_MODE_MIN_BIT
  758. RESOLVE_MODE_MAX_BIT
  759. supportedStencilResolveModes: count = 1
  760. RESOLVE_MODE_SAMPLE_ZERO_BIT
  761. independentResolveNone = true
  762. independentResolve = true
  763. filterMinmaxSingleComponentFormats = false
  764. filterMinmaxImageComponentMapping = false
  765. maxTimelineSemaphoreValueDifference = 18446744073709551615
  766. framebufferIntegerColorSampleCounts: count = 1
  767. SAMPLE_COUNT_1_BIT
  768.  
  769. Device Extensions: count = 111
  770. VK_EXT_4444_formats : extension revision 1
  771. VK_EXT_calibrated_timestamps : extension revision 2
  772. VK_EXT_color_write_enable : extension revision 1
  773. VK_EXT_conditional_rendering : extension revision 2
  774. VK_EXT_depth_clamp_control : extension revision 1
  775. VK_EXT_depth_clamp_zero_one : extension revision 1
  776. VK_EXT_depth_clip_control : extension revision 1
  777. VK_EXT_depth_clip_enable : extension revision 1
  778. VK_EXT_display_control : extension revision 1
  779. VK_EXT_extended_dynamic_state : extension revision 1
  780. VK_EXT_extended_dynamic_state2 : extension revision 1
  781. VK_EXT_external_memory_dma_buf : extension revision 1
  782. VK_EXT_external_memory_host : extension revision 1
  783. VK_EXT_host_query_reset : extension revision 1
  784. VK_EXT_image_2d_view_of_3d : extension revision 1
  785. VK_EXT_image_drm_format_modifier : extension revision 2
  786. VK_EXT_image_robustness : extension revision 1
  787. VK_EXT_image_view_min_lod : extension revision 1
  788. VK_EXT_index_type_uint8 : extension revision 1
  789. VK_EXT_inline_uniform_block : extension revision 1
  790. VK_EXT_line_rasterization : extension revision 1
  791. VK_EXT_memory_budget : extension revision 1
  792. VK_EXT_multi_draw : extension revision 1
  793. VK_EXT_non_seamless_cube_map : extension revision 1
  794. VK_EXT_pci_bus_info : extension revision 2
  795. VK_EXT_physical_device_drm : extension revision 1
  796. VK_EXT_pipeline_creation_cache_control : extension revision 3
  797. VK_EXT_pipeline_creation_feedback : extension revision 1
  798. VK_EXT_primitive_topology_list_restart : extension revision 1
  799. VK_EXT_primitives_generated_query : extension revision 1
  800. VK_EXT_private_data : extension revision 1
  801. VK_EXT_provoking_vertex : extension revision 1
  802. VK_EXT_queue_family_foreign : extension revision 1
  803. VK_EXT_robustness2 : extension revision 1
  804. VK_EXT_sample_locations : extension revision 1
  805. VK_EXT_scalar_block_layout : extension revision 1
  806. VK_EXT_separate_stencil_usage : extension revision 1
  807. VK_EXT_shader_atomic_float : extension revision 1
  808. VK_EXT_shader_demote_to_helper_invocation : extension revision 1
  809. VK_EXT_shader_module_identifier : extension revision 1
  810. VK_EXT_shader_replicated_composites : extension revision 1
  811. VK_EXT_shader_subgroup_ballot : extension revision 1
  812. VK_EXT_shader_subgroup_vote : extension revision 1
  813. VK_EXT_shader_viewport_index_layer : extension revision 1
  814. VK_EXT_subgroup_size_control : extension revision 2
  815. VK_EXT_texel_buffer_alignment : extension revision 1
  816. VK_EXT_tooling_info : extension revision 1
  817. VK_EXT_transform_feedback : extension revision 1
  818. VK_EXT_vertex_attribute_divisor : extension revision 3
  819. VK_EXT_ycbcr_image_arrays : extension revision 1
  820. VK_GOOGLE_decorate_string : extension revision 1
  821. VK_GOOGLE_hlsl_functionality1 : extension revision 1
  822. VK_GOOGLE_user_type : extension revision 1
  823. VK_KHR_bind_memory2 : extension revision 1
  824. VK_KHR_copy_commands2 : extension revision 1
  825. VK_KHR_create_renderpass2 : extension revision 1
  826. VK_KHR_dedicated_allocation : extension revision 3
  827. VK_KHR_deferred_host_operations : extension revision 4
  828. VK_KHR_depth_stencil_resolve : extension revision 1
  829. VK_KHR_descriptor_update_template : extension revision 1
  830. VK_KHR_device_group : extension revision 4
  831. VK_KHR_draw_indirect_count : extension revision 1
  832. VK_KHR_driver_properties : extension revision 1
  833. VK_KHR_dynamic_rendering : extension revision 1
  834. VK_KHR_external_fence : extension revision 1
  835. VK_KHR_external_fence_fd : extension revision 1
  836. VK_KHR_external_memory : extension revision 1
  837. VK_KHR_external_memory_fd : extension revision 1
  838. VK_KHR_external_semaphore : extension revision 1
  839. VK_KHR_external_semaphore_fd : extension revision 1
  840. VK_KHR_format_feature_flags2 : extension revision 2
  841. VK_KHR_get_memory_requirements2 : extension revision 1
  842. VK_KHR_image_format_list : extension revision 1
  843. VK_KHR_imageless_framebuffer : extension revision 1
  844. VK_KHR_incremental_present : extension revision 2
  845. VK_KHR_maintenance1 : extension revision 2
  846. VK_KHR_maintenance2 : extension revision 1
  847. VK_KHR_maintenance3 : extension revision 1
  848. VK_KHR_maintenance4 : extension revision 2
  849. VK_KHR_maintenance5 : extension revision 1
  850. VK_KHR_multiview : extension revision 1
  851. VK_KHR_pipeline_executable_properties : extension revision 1
  852. VK_KHR_present_id : extension revision 1
  853. VK_KHR_present_wait : extension revision 1
  854. VK_KHR_push_descriptor : extension revision 2
  855. VK_KHR_relaxed_block_layout : extension revision 1
  856. VK_KHR_sampler_mirror_clamp_to_edge : extension revision 3
  857. VK_KHR_sampler_ycbcr_conversion : extension revision 14
  858. VK_KHR_separate_depth_stencil_layouts : extension revision 1
  859. VK_KHR_shader_clock : extension revision 1
  860. VK_KHR_shader_draw_parameters : extension revision 1
  861. VK_KHR_shader_expect_assume : extension revision 1
  862. VK_KHR_shader_float_controls : extension revision 4
  863. VK_KHR_shader_integer_dot_product : extension revision 1
  864. VK_KHR_shader_non_semantic_info : extension revision 1
  865. VK_KHR_shader_relaxed_extended_instruction : extension revision 1
  866. VK_KHR_shader_subgroup_uniform_control_flow : extension revision 1
  867. VK_KHR_shader_terminate_invocation : extension revision 1
  868. VK_KHR_spirv_1_4 : extension revision 1
  869. VK_KHR_storage_buffer_storage_class : extension revision 1
  870. VK_KHR_swapchain : extension revision 70
  871. VK_KHR_swapchain_mutable_format : extension revision 1
  872. VK_KHR_synchronization2 : extension revision 1
  873. VK_KHR_timeline_semaphore : extension revision 2
  874. VK_KHR_uniform_buffer_standard_layout : extension revision 1
  875. VK_KHR_variable_pointers : extension revision 1
  876. VK_KHR_vulkan_memory_model : extension revision 3
  877. VK_KHR_workgroup_memory_explicit_layout : extension revision 1
  878. VK_KHR_zero_initialize_workgroup_memory : extension revision 1
  879. VK_NV_compute_shader_derivatives : extension revision 1
  880. VK_VALVE_mutable_descriptor_type : extension revision 1
  881.  
  882. VkQueueFamilyProperties:
  883. ========================
  884. queueProperties[0]:
  885. -------------------
  886. minImageTransferGranularity = (1,1,1)
  887. queueCount = 1
  888. queueFlags = QUEUE_GRAPHICS_BIT | QUEUE_COMPUTE_BIT | QUEUE_TRANSFER_BIT
  889. timestampValidBits = 36
  890. present support = true
  891.  
  892. VkPhysicalDeviceMemoryProperties:
  893. =================================
  894. memoryHeaps: count = 1
  895. memoryHeaps[0]:
  896. size = 1610612736 (0x60000000) (1.50 GiB)
  897. budget = 1610612736 (0x60000000) (1.50 GiB)
  898. usage = 0 (0x00000000) (0.00 B)
  899. flags: count = 1
  900. MEMORY_HEAP_DEVICE_LOCAL_BIT
  901. memoryTypes: count = 2
  902. memoryTypes[0]:
  903. heapIndex = 0
  904. propertyFlags = 0x0001: count = 1
  905. MEMORY_PROPERTY_DEVICE_LOCAL_BIT
  906. usable for:
  907. IMAGE_TILING_OPTIMAL:
  908. color images
  909. FORMAT_D16_UNORM
  910. FORMAT_X8_D24_UNORM_PACK32
  911. FORMAT_D32_SFLOAT
  912. FORMAT_S8_UINT
  913. FORMAT_D24_UNORM_S8_UINT
  914. FORMAT_D32_SFLOAT_S8_UINT
  915. (non-sparse)
  916. IMAGE_TILING_LINEAR:
  917. color images
  918. (non-sparse)
  919. memoryTypes[1]:
  920. heapIndex = 0
  921. propertyFlags = 0x000f: count = 4
  922. MEMORY_PROPERTY_DEVICE_LOCAL_BIT
  923. MEMORY_PROPERTY_HOST_VISIBLE_BIT
  924. MEMORY_PROPERTY_HOST_COHERENT_BIT
  925. MEMORY_PROPERTY_HOST_CACHED_BIT
  926. usable for:
  927. IMAGE_TILING_OPTIMAL:
  928. color images
  929. FORMAT_D16_UNORM
  930. FORMAT_X8_D24_UNORM_PACK32
  931. FORMAT_D32_SFLOAT
  932. FORMAT_S8_UINT
  933. FORMAT_D24_UNORM_S8_UINT
  934. FORMAT_D32_SFLOAT_S8_UINT
  935. (non-sparse)
  936. IMAGE_TILING_LINEAR:
  937. color images
  938. (non-sparse)
  939.  
  940. VkPhysicalDeviceFeatures:
  941. =========================
  942. robustBufferAccess = true
  943. fullDrawIndexUint32 = true
  944. imageCubeArray = true
  945. independentBlend = true
  946. geometryShader = true
  947. tessellationShader = true
  948. sampleRateShading = true
  949. dualSrcBlend = true
  950. logicOp = true
  951. multiDrawIndirect = true
  952. drawIndirectFirstInstance = true
  953. depthClamp = true
  954. depthBiasClamp = true
  955. fillModeNonSolid = true
  956. depthBounds = false
  957. wideLines = true
  958. largePoints = true
  959. alphaToOne = true
  960. multiViewport = true
  961. samplerAnisotropy = true
  962. textureCompressionETC2 = false
  963. textureCompressionASTC_LDR = false
  964. textureCompressionBC = true
  965. occlusionQueryPrecise = true
  966. pipelineStatisticsQuery = true
  967. vertexPipelineStoresAndAtomics = false
  968. fragmentStoresAndAtomics = true
  969. shaderTessellationAndGeometryPointSize = true
  970. shaderImageGatherExtended = true
  971. shaderStorageImageExtendedFormats = true
  972. shaderStorageImageMultisample = false
  973. shaderStorageImageReadWithoutFormat = false
  974. shaderStorageImageWriteWithoutFormat = true
  975. shaderUniformBufferArrayDynamicIndexing = true
  976. shaderSampledImageArrayDynamicIndexing = true
  977. shaderStorageBufferArrayDynamicIndexing = true
  978. shaderStorageImageArrayDynamicIndexing = true
  979. shaderClipDistance = true
  980. shaderCullDistance = true
  981. shaderFloat64 = false
  982. shaderInt64 = false
  983. shaderInt16 = false
  984. shaderResourceResidency = false
  985. shaderResourceMinLod = false
  986. sparseBinding = false
  987. sparseResidencyBuffer = false
  988. sparseResidencyImage2D = false
  989. sparseResidencyImage3D = false
  990. sparseResidency2Samples = false
  991. sparseResidency4Samples = false
  992. sparseResidency8Samples = false
  993. sparseResidency16Samples = false
  994. sparseResidencyAliased = false
  995. variableMultisampleRate = true
  996. inheritedQueries = true
  997.  
  998. VkPhysicalDevice4444FormatsFeaturesEXT:
  999. ---------------------------------------
  1000. formatA4R4G4B4 = true
  1001. formatA4B4G4R4 = false
  1002.  
  1003. VkPhysicalDeviceColorWriteEnableFeaturesEXT:
  1004. --------------------------------------------
  1005. colorWriteEnable = true
  1006.  
  1007. VkPhysicalDeviceComputeShaderDerivativesFeaturesKHR:
  1008. ----------------------------------------------------
  1009. computeDerivativeGroupQuads = true
  1010. computeDerivativeGroupLinear = true
  1011.  
  1012. VkPhysicalDeviceConditionalRenderingFeaturesEXT:
  1013. ------------------------------------------------
  1014. conditionalRendering = true
  1015. inheritedConditionalRendering = true
  1016.  
  1017. VkPhysicalDeviceDepthClampControlFeaturesEXT:
  1018. ---------------------------------------------
  1019. depthClampControl = true
  1020.  
  1021. VkPhysicalDeviceDepthClampZeroOneFeaturesKHR:
  1022. ---------------------------------------------
  1023. depthClampZeroOne = true
  1024.  
  1025. VkPhysicalDeviceDepthClipControlFeaturesEXT:
  1026. --------------------------------------------
  1027. depthClipControl = true
  1028.  
  1029. VkPhysicalDeviceDepthClipEnableFeaturesEXT:
  1030. -------------------------------------------
  1031. depthClipEnable = true
  1032.  
  1033. VkPhysicalDeviceDynamicRenderingFeaturesKHR:
  1034. --------------------------------------------
  1035. dynamicRendering = true
  1036.  
  1037. VkPhysicalDeviceExtendedDynamicState2FeaturesEXT:
  1038. -------------------------------------------------
  1039. extendedDynamicState2 = true
  1040. extendedDynamicState2LogicOp = true
  1041. extendedDynamicState2PatchControlPoints = false
  1042.  
  1043. VkPhysicalDeviceExtendedDynamicStateFeaturesEXT:
  1044. ------------------------------------------------
  1045. extendedDynamicState = true
  1046.  
  1047. VkPhysicalDeviceImage2DViewOf3DFeaturesEXT:
  1048. -------------------------------------------
  1049. image2DViewOf3D = true
  1050. sampler2DViewOf3D = false
  1051.  
  1052. VkPhysicalDeviceImageRobustnessFeaturesEXT:
  1053. -------------------------------------------
  1054. robustImageAccess = true
  1055.  
  1056. VkPhysicalDeviceImageViewMinLodFeaturesEXT:
  1057. -------------------------------------------
  1058. minLod = true
  1059.  
  1060. VkPhysicalDeviceIndexTypeUint8FeaturesKHR:
  1061. ------------------------------------------
  1062. indexTypeUint8 = true
  1063.  
  1064. VkPhysicalDeviceInlineUniformBlockFeaturesEXT:
  1065. ----------------------------------------------
  1066. inlineUniformBlock = true
  1067. descriptorBindingInlineUniformBlockUpdateAfterBind = true
  1068.  
  1069. VkPhysicalDeviceLineRasterizationFeaturesKHR:
  1070. ---------------------------------------------
  1071. rectangularLines = false
  1072. bresenhamLines = true
  1073. smoothLines = true
  1074. stippledRectangularLines = false
  1075. stippledBresenhamLines = true
  1076. stippledSmoothLines = false
  1077.  
  1078. VkPhysicalDeviceMaintenance4FeaturesKHR:
  1079. ----------------------------------------
  1080. maintenance4 = true
  1081.  
  1082. VkPhysicalDeviceMaintenance5FeaturesKHR:
  1083. ----------------------------------------
  1084. maintenance5 = true
  1085.  
  1086. VkPhysicalDeviceMultiDrawFeaturesEXT:
  1087. -------------------------------------
  1088. multiDraw = true
  1089.  
  1090. VkPhysicalDeviceMutableDescriptorTypeFeaturesEXT:
  1091. -------------------------------------------------
  1092. mutableDescriptorType = true
  1093.  
  1094. VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT:
  1095. ----------------------------------------------
  1096. nonSeamlessCubeMap = true
  1097.  
  1098. VkPhysicalDevicePipelineCreationCacheControlFeaturesEXT:
  1099. --------------------------------------------------------
  1100. pipelineCreationCacheControl = true
  1101.  
  1102. VkPhysicalDevicePipelineExecutablePropertiesFeaturesKHR:
  1103. --------------------------------------------------------
  1104. pipelineExecutableInfo = true
  1105.  
  1106. VkPhysicalDevicePresentIdFeaturesKHR:
  1107. -------------------------------------
  1108. presentId = true
  1109.  
  1110. VkPhysicalDevicePresentWaitFeaturesKHR:
  1111. ---------------------------------------
  1112. presentWait = true
  1113.  
  1114. VkPhysicalDevicePrimitiveTopologyListRestartFeaturesEXT:
  1115. --------------------------------------------------------
  1116. primitiveTopologyListRestart = true
  1117. primitiveTopologyPatchListRestart = true
  1118.  
  1119. VkPhysicalDevicePrimitivesGeneratedQueryFeaturesEXT:
  1120. ----------------------------------------------------
  1121. primitivesGeneratedQuery = true
  1122. primitivesGeneratedQueryWithRasterizerDiscard = false
  1123. primitivesGeneratedQueryWithNonZeroStreams = false
  1124.  
  1125. VkPhysicalDevicePrivateDataFeaturesEXT:
  1126. ---------------------------------------
  1127. privateData = true
  1128.  
  1129. VkPhysicalDeviceProvokingVertexFeaturesEXT:
  1130. -------------------------------------------
  1131. provokingVertexLast = true
  1132. transformFeedbackPreservesProvokingVertex = true
  1133.  
  1134. VkPhysicalDeviceRobustness2FeaturesKHR:
  1135. ---------------------------------------
  1136. robustBufferAccess2 = true
  1137. robustImageAccess2 = true
  1138. nullDescriptor = true
  1139.  
  1140. VkPhysicalDeviceShaderAtomicFloatFeaturesEXT:
  1141. ---------------------------------------------
  1142. shaderBufferFloat32Atomics = true
  1143. shaderBufferFloat32AtomicAdd = false
  1144. shaderBufferFloat64Atomics = false
  1145. shaderBufferFloat64AtomicAdd = false
  1146. shaderSharedFloat32Atomics = true
  1147. shaderSharedFloat32AtomicAdd = false
  1148. shaderSharedFloat64Atomics = false
  1149. shaderSharedFloat64AtomicAdd = false
  1150. shaderImageFloat32Atomics = true
  1151. shaderImageFloat32AtomicAdd = false
  1152. sparseImageFloat32Atomics = false
  1153. sparseImageFloat32AtomicAdd = false
  1154.  
  1155. VkPhysicalDeviceShaderClockFeaturesKHR:
  1156. ---------------------------------------
  1157. shaderSubgroupClock = true
  1158. shaderDeviceClock = false
  1159.  
  1160. VkPhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT:
  1161. ----------------------------------------------------------
  1162. shaderDemoteToHelperInvocation = true
  1163.  
  1164. VkPhysicalDeviceShaderExpectAssumeFeaturesKHR:
  1165. ----------------------------------------------
  1166. shaderExpectAssume = true
  1167.  
  1168. VkPhysicalDeviceShaderIntegerDotProductFeaturesKHR:
  1169. ---------------------------------------------------
  1170. shaderIntegerDotProduct = true
  1171.  
  1172. VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT:
  1173. --------------------------------------------------
  1174. shaderModuleIdentifier = true
  1175.  
  1176. VkPhysicalDeviceShaderRelaxedExtendedInstructionFeaturesKHR:
  1177. ------------------------------------------------------------
  1178. shaderRelaxedExtendedInstruction = true
  1179.  
  1180. VkPhysicalDeviceShaderReplicatedCompositesFeaturesEXT:
  1181. ------------------------------------------------------
  1182. shaderReplicatedComposites = true
  1183.  
  1184. VkPhysicalDeviceShaderSubgroupUniformControlFlowFeaturesKHR:
  1185. ------------------------------------------------------------
  1186. shaderSubgroupUniformControlFlow = true
  1187.  
  1188. VkPhysicalDeviceShaderTerminateInvocationFeaturesKHR:
  1189. -----------------------------------------------------
  1190. shaderTerminateInvocation = true
  1191.  
  1192. VkPhysicalDeviceSubgroupSizeControlFeaturesEXT:
  1193. -----------------------------------------------
  1194. subgroupSizeControl = true
  1195. computeFullSubgroups = true
  1196.  
  1197. VkPhysicalDeviceSynchronization2FeaturesKHR:
  1198. --------------------------------------------
  1199. synchronization2 = true
  1200.  
  1201. VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT:
  1202. ------------------------------------------------
  1203. texelBufferAlignment = true
  1204.  
  1205. VkPhysicalDeviceTransformFeedbackFeaturesEXT:
  1206. ---------------------------------------------
  1207. transformFeedback = true
  1208. geometryStreams = true
  1209.  
  1210. VkPhysicalDeviceVertexAttributeDivisorFeaturesKHR:
  1211. --------------------------------------------------
  1212. vertexAttributeInstanceRateDivisor = true
  1213. vertexAttributeInstanceRateZeroDivisor = true
  1214.  
  1215. VkPhysicalDeviceVulkan11Features:
  1216. ---------------------------------
  1217. storageBuffer16BitAccess = false
  1218. uniformAndStorageBuffer16BitAccess = false
  1219. storagePushConstant16 = false
  1220. storageInputOutput16 = false
  1221. multiview = true
  1222. multiviewGeometryShader = true
  1223. multiviewTessellationShader = true
  1224. variablePointersStorageBuffer = true
  1225. variablePointers = true
  1226. protectedMemory = false
  1227. samplerYcbcrConversion = true
  1228. shaderDrawParameters = true
  1229.  
  1230. VkPhysicalDeviceVulkan12Features:
  1231. ---------------------------------
  1232. samplerMirrorClampToEdge = true
  1233. drawIndirectCount = true
  1234. storageBuffer8BitAccess = false
  1235. uniformAndStorageBuffer8BitAccess = false
  1236. storagePushConstant8 = false
  1237. shaderBufferInt64Atomics = false
  1238. shaderSharedInt64Atomics = false
  1239. shaderFloat16 = false
  1240. shaderInt8 = false
  1241. descriptorIndexing = false
  1242. shaderInputAttachmentArrayDynamicIndexing = false
  1243. shaderUniformTexelBufferArrayDynamicIndexing = false
  1244. shaderStorageTexelBufferArrayDynamicIndexing = false
  1245. shaderUniformBufferArrayNonUniformIndexing = false
  1246. shaderSampledImageArrayNonUniformIndexing = false
  1247. shaderStorageBufferArrayNonUniformIndexing = false
  1248. shaderStorageImageArrayNonUniformIndexing = false
  1249. shaderInputAttachmentArrayNonUniformIndexing = false
  1250. shaderUniformTexelBufferArrayNonUniformIndexing = false
  1251. shaderStorageTexelBufferArrayNonUniformIndexing = false
  1252. descriptorBindingUniformBufferUpdateAfterBind = false
  1253. descriptorBindingSampledImageUpdateAfterBind = false
  1254. descriptorBindingStorageImageUpdateAfterBind = false
  1255. descriptorBindingStorageBufferUpdateAfterBind = false
  1256. descriptorBindingUniformTexelBufferUpdateAfterBind = false
  1257. descriptorBindingStorageTexelBufferUpdateAfterBind = false
  1258. descriptorBindingUpdateUnusedWhilePending = false
  1259. descriptorBindingPartiallyBound = false
  1260. descriptorBindingVariableDescriptorCount = false
  1261. runtimeDescriptorArray = false
  1262. samplerFilterMinmax = false
  1263. scalarBlockLayout = true
  1264. imagelessFramebuffer = true
  1265. uniformBufferStandardLayout = true
  1266. shaderSubgroupExtendedTypes = true
  1267. separateDepthStencilLayouts = true
  1268. hostQueryReset = true
  1269. timelineSemaphore = true
  1270. bufferDeviceAddress = false
  1271. bufferDeviceAddressCaptureReplay = false
  1272. bufferDeviceAddressMultiDevice = false
  1273. vulkanMemoryModel = true
  1274. vulkanMemoryModelDeviceScope = true
  1275. vulkanMemoryModelAvailabilityVisibilityChains = true
  1276. shaderOutputViewportIndex = true
  1277. shaderOutputLayer = true
  1278. subgroupBroadcastDynamicId = true
  1279.  
  1280. VkPhysicalDeviceWorkgroupMemoryExplicitLayoutFeaturesKHR:
  1281. ---------------------------------------------------------
  1282. workgroupMemoryExplicitLayout = true
  1283. workgroupMemoryExplicitLayoutScalarBlockLayout = true
  1284. workgroupMemoryExplicitLayout8BitAccess = true
  1285. workgroupMemoryExplicitLayout16BitAccess = true
  1286.  
  1287. VkPhysicalDeviceYcbcrImageArraysFeaturesEXT:
  1288. --------------------------------------------
  1289. ycbcrImageArrays = true
  1290.  
  1291. VkPhysicalDeviceZeroInitializeWorkgroupMemoryFeaturesKHR:
  1292. ---------------------------------------------------------
  1293. shaderZeroInitializeWorkgroupMemory = true
Add Comment
Please, Sign In to add comment