Advertisement
Guest User

Untitled

a guest
Nov 6th, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.83 KB | None | 0 0
  1. ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_radeon.so: wrong ELF class: ELFCLASS32
  2. ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_intel.so: wrong ELF class: ELFCLASS32
  3. ERROR: [Loader Message] Code 0 : /usr/lib/i386-linux-gnu/libvulkan_lvp.so: wrong ELF class: ELFCLASS32
  4. WARNING: lavapipe is not a conformant vulkan implementation, testing use only.
  5. ==========
  6. VULKANINFO
  7. ==========
  8.  
  9. Vulkan Instance Version: 1.2.131
  10.  
  11.  
  12. Instance Extensions: count = 18
  13. ====================
  14. VK_EXT_acquire_xlib_display : extension revision 1
  15. VK_EXT_debug_report : extension revision 10
  16. VK_EXT_debug_utils : extension revision 1
  17. VK_EXT_direct_mode_display : extension revision 1
  18. VK_EXT_display_surface_counter : extension revision 1
  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_surface : extension revision 25
  28. VK_KHR_surface_protected_capabilities : extension revision 1
  29. VK_KHR_wayland_surface : extension revision 6
  30. VK_KHR_xcb_surface : extension revision 6
  31. VK_KHR_xlib_surface : extension revision 6
  32.  
  33. Layers: count = 7
  34. =======
  35. VK_LAYER_LUNARG_standard_validation (LunarG Standard Validation Layer) Vulkan version 1.0.131, layer version 1:
  36. Layer Extensions: count = 0
  37. Devices: count = 1
  38. GPU id : 0 (llvmpipe (LLVM 12.0.0, 256 bits))
  39. Layer-Device Extensions: count = 0
  40.  
  41. VK_LAYER_MESA_device_select (Linux device selection layer) Vulkan version 1.2.73, layer version 1:
  42. Layer Extensions: count = 0
  43. Devices: count = 1
  44. GPU id : 0 (llvmpipe (LLVM 12.0.0, 256 bits))
  45. Layer-Device Extensions: count = 0
  46.  
  47. VK_LAYER_MESA_overlay (Mesa Overlay layer) Vulkan version 1.1.73, layer version 1:
  48. Layer Extensions: count = 0
  49. Devices: count = 1
  50. GPU id : 0 (llvmpipe (LLVM 12.0.0, 256 bits))
  51. Layer-Device Extensions: count = 0
  52.  
  53. VK_LAYER_VALVE_steam_fossilize_32 (Steam Pipeline Caching Layer) Vulkan version 1.3.207, layer version 1:
  54. Layer Extensions: count = 0
  55. Devices: count = 1
  56. GPU id : 0 (llvmpipe (LLVM 12.0.0, 256 bits))
  57. Layer-Device Extensions: count = 0
  58.  
  59. VK_LAYER_VALVE_steam_fossilize_64 (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 (llvmpipe (LLVM 12.0.0, 256 bits))
  63. Layer-Device Extensions: count = 0
  64.  
  65. VK_LAYER_VALVE_steam_overlay_32 (Steam Overlay Layer) Vulkan version 1.3.207, layer version 1:
  66. Layer Extensions: count = 0
  67. Devices: count = 1
  68. GPU id : 0 (llvmpipe (LLVM 12.0.0, 256 bits))
  69. Layer-Device Extensions: count = 0
  70.  
  71. VK_LAYER_VALVE_steam_overlay_64 (Steam Overlay Layer) Vulkan version 1.3.207, layer version 1:
  72. Layer Extensions: count = 0
  73. Devices: count = 1
  74. GPU id : 0 (llvmpipe (LLVM 12.0.0, 256 bits))
  75. Layer-Device Extensions: count = 0
  76.  
  77. Presentable Surfaces:
  78. =====================
  79. GPU id : 0 (llvmpipe (LLVM 12.0.0, 256 bits)):
  80. Surface types: count = 2
  81. VK_KHR_xcb_surface
  82. VK_KHR_xlib_surface
  83. Formats: count = 2
  84. SurfaceFormat[0]:
  85. format = FORMAT_B8G8R8A8_SRGB
  86. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  87. SurfaceFormat[1]:
  88. format = FORMAT_B8G8R8A8_UNORM
  89. colorSpace = COLOR_SPACE_SRGB_NONLINEAR_KHR
  90. Present Modes: count = 4
  91. PRESENT_MODE_IMMEDIATE_KHR
  92. PRESENT_MODE_MAILBOX_KHR
  93. PRESENT_MODE_FIFO_KHR
  94. PRESENT_MODE_FIFO_RELAXED_KHR
  95. VkSurfaceCapabilitiesKHR:
  96. -------------------------
  97. minImageCount = 3
  98. maxImageCount = 0
  99. currentExtent:
  100. width = 256
  101. height = 256
  102. minImageExtent:
  103. width = 256
  104. height = 256
  105. maxImageExtent:
  106. width = 256
  107. height = 256
  108. maxImageArrayLayers = 1
  109. supportedTransforms:
  110. SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  111. currentTransform:
  112. SURFACE_TRANSFORM_IDENTITY_BIT_KHR
  113. supportedCompositeAlpha:
  114. COMPOSITE_ALPHA_OPAQUE_BIT_KHR
  115. COMPOSITE_ALPHA_INHERIT_BIT_KHR
  116. supportedUsageFlags:
  117. IMAGE_USAGE_TRANSFER_SRC_BIT
  118. IMAGE_USAGE_TRANSFER_DST_BIT
  119. IMAGE_USAGE_SAMPLED_BIT
  120. IMAGE_USAGE_STORAGE_BIT
  121. IMAGE_USAGE_COLOR_ATTACHMENT_BIT
  122. VkSurfaceCapabilities2EXT:
  123. --------------------------
  124. supportedSurfaceCounters:
  125. None
  126. VkSurfaceProtectedCapabilitiesKHR:
  127. ----------------------------------
  128. supportsProtected = false
  129.  
  130.  
  131.  
  132. Groups:
  133. =======
  134. Device Group Properties (Group 0):
  135. physicalDeviceCount: count = 1
  136. llvmpipe (LLVM 12.0.0, 256 bits) (ID: 0)
  137. subsetAllocation = 0
  138.  
  139. Device Group Present Capabilities (Group 0):
  140. WARNING: lavapipe is not a conformant vulkan implementation, testing use only.
  141. llvmpipe (LLVM 12.0.0, 256 bits) (ID: 0)
  142. Can present images from the following devices:
  143. llvmpipe (LLVM 12.0.0, 256 bits) (ID: 0)
  144. Present modes:
  145. DEVICE_GROUP_PRESENT_MODE_LOCAL_BIT_KHR
  146.  
  147.  
  148. Device Properties and Extensions:
  149. =================================
  150. GPU0:
  151. VkPhysicalDeviceProperties:
  152. ---------------------------
  153. apiVersion = 4198582 (1.1.182)
  154. driverVersion = 1 (0x0001)
  155. vendorID = 0x10005
  156. deviceID = 0x0000
  157. deviceType = PHYSICAL_DEVICE_TYPE_CPU
  158. deviceName = llvmpipe (LLVM 12.0.0, 256 bits)
  159.  
  160. VkPhysicalDeviceLimits:
  161. -----------------------
  162. maxImageDimension1D = 16384
  163. maxImageDimension2D = 16384
  164. maxImageDimension3D = 4096
  165. maxImageDimensionCube = 32768
  166. maxImageArrayLayers = 2048
  167. maxTexelBufferElements = 134217728
  168. maxUniformBufferRange = 65536
  169. maxStorageBufferRange = 134217728
  170. maxPushConstantsSize = 128
  171. maxMemoryAllocationCount = 4294967295
  172. maxSamplerAllocationCount = 32768
  173. bufferImageGranularity = 0x00000040
  174. sparseAddressSpaceSize = 0x00000000
  175. maxBoundDescriptorSets = 8
  176. maxPerStageDescriptorSamplers = 32
  177. maxPerStageDescriptorUniformBuffers = 15
  178. maxPerStageDescriptorStorageBuffers = 16
  179. maxPerStageDescriptorSampledImages = 128
  180. maxPerStageDescriptorStorageImages = 16
  181. maxPerStageDescriptorInputAttachments = 8
  182. maxPerStageResources = 128
  183. maxDescriptorSetSamplers = 32768
  184. maxDescriptorSetUniformBuffers = 256
  185. maxDescriptorSetUniformBuffersDynamic = 256
  186. maxDescriptorSetStorageBuffers = 256
  187. maxDescriptorSetStorageBuffersDynamic = 256
  188. maxDescriptorSetSampledImages = 256
  189. maxDescriptorSetStorageImages = 256
  190. maxDescriptorSetInputAttachments = 256
  191. maxVertexInputAttributes = 32
  192. maxVertexInputBindings = 32
  193. maxVertexInputAttributeOffset = 2047
  194. maxVertexInputBindingStride = 2048
  195. maxVertexOutputComponents = 128
  196. maxTessellationGenerationLevel = 64
  197. maxTessellationPatchSize = 32
  198. maxTessellationControlPerVertexInputComponents = 128
  199. maxTessellationControlPerVertexOutputComponents = 128
  200. maxTessellationControlPerPatchOutputComponents = 128
  201. maxTessellationControlTotalOutputComponents = 4096
  202. maxTessellationEvaluationInputComponents = 128
  203. maxTessellationEvaluationOutputComponents = 128
  204. maxGeometryShaderInvocations = 32
  205. maxGeometryInputComponents = 64
  206. maxGeometryOutputComponents = 128
  207. maxGeometryOutputVertices = 1024
  208. maxGeometryTotalOutputComponents = 1024
  209. maxFragmentInputComponents = 128
  210. maxFragmentOutputAttachments = 8
  211. maxFragmentDualSrcAttachments = 2
  212. maxFragmentCombinedOutputResources = 8
  213. maxComputeSharedMemorySize = 32768
  214. maxComputeWorkGroupCount: count = 3
  215. 65535
  216. 65535
  217. 65535
  218. maxComputeWorkGroupInvocations = 1024
  219. maxComputeWorkGroupSize: count = 3
  220. 1024
  221. 1024
  222. 1024
  223. subPixelPrecisionBits = 8
  224. subTexelPrecisionBits = 8
  225. mipmapPrecisionBits = 8
  226. maxDrawIndexedIndexValue = 4294967295
  227. maxDrawIndirectCount = 4294967295
  228. maxSamplerLodBias = 16
  229. maxSamplerAnisotropy = 16
  230. maxViewports = 16
  231. maxViewportDimensions: count = 2
  232. 16384
  233. 16384
  234. viewportBoundsRange: count = 2
  235. -32768
  236. 32768
  237. viewportSubPixelBits = 0
  238. minMemoryMapAlignment = 64
  239. minTexelBufferOffsetAlignment = 0x00000010
  240. minUniformBufferOffsetAlignment = 0x00000010
  241. minStorageBufferOffsetAlignment = 0x00000010
  242. minTexelOffset = -32
  243. maxTexelOffset = 31
  244. minTexelGatherOffset = -32
  245. maxTexelGatherOffset = 31
  246. minInterpolationOffset = -2
  247. maxInterpolationOffset = 2
  248. subPixelInterpolationOffsetBits = 8
  249. maxFramebufferWidth = 16384
  250. maxFramebufferHeight = 16384
  251. maxFramebufferLayers = 2048
  252. framebufferColorSampleCounts:
  253. SAMPLE_COUNT_1_BIT
  254. SAMPLE_COUNT_4_BIT
  255. framebufferDepthSampleCounts:
  256. SAMPLE_COUNT_1_BIT
  257. SAMPLE_COUNT_4_BIT
  258. framebufferStencilSampleCounts:
  259. SAMPLE_COUNT_1_BIT
  260. SAMPLE_COUNT_4_BIT
  261. framebufferNoAttachmentsSampleCounts:
  262. SAMPLE_COUNT_1_BIT
  263. SAMPLE_COUNT_4_BIT
  264. maxColorAttachments = 8
  265. sampledImageColorSampleCounts:
  266. SAMPLE_COUNT_1_BIT
  267. SAMPLE_COUNT_4_BIT
  268. sampledImageIntegerSampleCounts:
  269. SAMPLE_COUNT_1_BIT
  270. SAMPLE_COUNT_4_BIT
  271. sampledImageDepthSampleCounts:
  272. SAMPLE_COUNT_1_BIT
  273. SAMPLE_COUNT_4_BIT
  274. sampledImageStencilSampleCounts:
  275. SAMPLE_COUNT_1_BIT
  276. SAMPLE_COUNT_4_BIT
  277. storageImageSampleCounts:
  278. SAMPLE_COUNT_1_BIT
  279. SAMPLE_COUNT_4_BIT
  280. maxSampleMaskWords = 1
  281. timestampComputeAndGraphics = true
  282. timestampPeriod = 1
  283. maxClipDistances = 8
  284. maxCullDistances = 8
  285. maxCombinedClipAndCullDistances = 8
  286. discreteQueuePriorities = 2
  287. pointSizeRange: count = 2
  288. 0
  289. 255
  290. lineWidthRange: count = 2
  291. 1
  292. 255
  293. pointSizeGranularity = 0.125
  294. lineWidthGranularity = 0.0078125
  295. strictLines = true
  296. standardSampleLocations = true
  297. optimalBufferCopyOffsetAlignment = 0x00000080
  298. optimalBufferCopyRowPitchAlignment = 0x00000080
  299. nonCoherentAtomSize = 0x00000040
  300.  
  301. VkPhysicalDeviceSparseProperties:
  302. ---------------------------------
  303. residencyStandard2DBlockShape = false
  304. residencyStandard2DMultisampleBlockShape = false
  305. residencyStandard3DBlockShape = false
  306. residencyAlignedMipSize = false
  307. residencyNonResidentStrict = false
  308.  
  309. VkPhysicalDeviceDriverPropertiesKHR:
  310. ------------------------------------
  311. driverID = UNKNOWN_VkDriverId
  312. driverName = llvmpipe
  313. driverInfo = Mesa 21.2.6 (LLVM 12.0.0)
  314. conformanceVersion = 1.0.0.0
  315.  
  316. VkPhysicalDeviceIDProperties:
  317. -----------------------------
  318. deviceUUID = 00000000-0000-0000-0000-000000000000
  319. driverUUID = 00000000-0000-0000-0000-000000000000
  320. deviceNodeMask = 0
  321. deviceLUIDValid = false
  322.  
  323. VkPhysicalDeviceLineRasterizationPropertiesEXT:
  324. -----------------------------------------------
  325. lineSubPixelPrecisionBits = 8
  326.  
  327. VkPhysicalDeviceMaintenance3Properties:
  328. ---------------------------------------
  329. maxPerSetDescriptors = 1024
  330. maxMemoryAllocationSize = 0x80000000
  331.  
  332. VkPhysicalDeviceMultiviewProperties:
  333. ------------------------------------
  334. maxMultiviewViewCount = 6
  335. maxMultiviewInstanceIndex = 2147483647
  336.  
  337. VkPhysicalDevicePointClippingProperties:
  338. ----------------------------------------
  339. pointClippingBehavior = POINT_CLIPPING_BEHAVIOR_ALL_CLIP_PLANES
  340.  
  341. VkPhysicalDeviceProtectedMemoryProperties:
  342. ------------------------------------------
  343. protectedNoFault = false
  344.  
  345. VkPhysicalDevicePushDescriptorPropertiesKHR:
  346. --------------------------------------------
  347. maxPushDescriptors = 32
  348.  
  349. VkPhysicalDeviceSamplerFilterMinmaxPropertiesEXT:
  350. -------------------------------------------------
  351. filterMinmaxSingleComponentFormats = true
  352. filterMinmaxImageComponentMapping = true
  353.  
  354. VkPhysicalDeviceSubgroupProperties:
  355. -----------------------------------
  356. subgroupSize = 8
  357. supportedStages:
  358. SHADER_STAGE_FRAGMENT_BIT
  359. SHADER_STAGE_COMPUTE_BIT
  360. SHADER_STAGE_ALL_GRAPHICS
  361. SHADER_STAGE_ALL
  362. supportedOperations:
  363. SUBGROUP_FEATURE_BASIC_BIT
  364. SUBGROUP_FEATURE_VOTE_BIT
  365. SUBGROUP_FEATURE_ARITHMETIC_BIT
  366. SUBGROUP_FEATURE_BALLOT_BIT
  367. quadOperationsInAllStages = false
  368.  
  369. VkPhysicalDeviceTransformFeedbackPropertiesEXT:
  370. -----------------------------------------------
  371. maxTransformFeedbackStreams = 4
  372. maxTransformFeedbackBuffers = 4
  373. maxTransformFeedbackBufferSize = 0xffffffff
  374. maxTransformFeedbackStreamDataSize = 512
  375. maxTransformFeedbackBufferDataSize = 512
  376. maxTransformFeedbackBufferDataStride = 512
  377. transformFeedbackQueries = true
  378. transformFeedbackStreamsLinesTriangles = false
  379. transformFeedbackRasterizationStreamSelect = false
  380. transformFeedbackDraw = true
  381.  
  382. VkPhysicalDeviceVertexAttributeDivisorPropertiesEXT:
  383. ----------------------------------------------------
  384. maxVertexAttribDivisor = 4294967295
  385.  
  386.  
  387. Device Extensions: count = 54
  388. ------------------
  389. VK_EXT_calibrated_timestamps : extension revision 2
  390. VK_EXT_conditional_rendering : extension revision 2
  391. VK_EXT_custom_border_color : extension revision 12
  392. VK_EXT_extended_dynamic_state : extension revision 1
  393. VK_EXT_extended_dynamic_state2 : extension revision 1
  394. VK_EXT_host_query_reset : extension revision 1
  395. VK_EXT_index_type_uint8 : extension revision 1
  396. VK_EXT_line_rasterization : extension revision 1
  397. VK_EXT_multi_draw : extension revision 1
  398. VK_EXT_post_depth_coverage : extension revision 1
  399. VK_EXT_private_data : extension revision 1
  400. VK_EXT_provoking_vertex : extension revision 1
  401. VK_EXT_sampler_filter_minmax : extension revision 2
  402. VK_EXT_scalar_block_layout : extension revision 1
  403. VK_EXT_separate_stencil_usage : extension revision 1
  404. VK_EXT_shader_stencil_export : extension revision 1
  405. VK_EXT_shader_viewport_index_layer : extension revision 1
  406. VK_EXT_transform_feedback : extension revision 1
  407. VK_EXT_vertex_attribute_divisor : extension revision 3
  408. VK_EXT_vertex_input_dynamic_state : extension revision 2
  409. VK_GOOGLE_decorate_string : extension revision 1
  410. VK_GOOGLE_hlsl_functionality1 : extension revision 1
  411. VK_KHR_16bit_storage : extension revision 1
  412. VK_KHR_8bit_storage : extension revision 1
  413. VK_KHR_bind_memory2 : extension revision 1
  414. VK_KHR_buffer_device_address : extension revision 1
  415. VK_KHR_copy_commands2 : extension revision 1
  416. VK_KHR_create_renderpass2 : extension revision 1
  417. VK_KHR_dedicated_allocation : extension revision 3
  418. VK_KHR_descriptor_update_template : extension revision 1
  419. VK_KHR_device_group : extension revision 4
  420. VK_KHR_draw_indirect_count : extension revision 1
  421. VK_KHR_driver_properties : extension revision 1
  422. VK_KHR_external_fence : extension revision 1
  423. VK_KHR_external_memory : extension revision 1
  424. VK_KHR_external_semaphore : extension revision 1
  425. VK_KHR_get_memory_requirements2 : extension revision 1
  426. VK_KHR_image_format_list : extension revision 1
  427. VK_KHR_imageless_framebuffer : extension revision 1
  428. VK_KHR_incremental_present : extension revision 2
  429. VK_KHR_maintenance1 : extension revision 2
  430. VK_KHR_maintenance2 : extension revision 1
  431. VK_KHR_maintenance3 : extension revision 1
  432. VK_KHR_multiview : extension revision 1
  433. VK_KHR_push_descriptor : extension revision 2
  434. VK_KHR_relaxed_block_layout : extension revision 1
  435. VK_KHR_sampler_mirror_clamp_to_edge : extension revision 3
  436. VK_KHR_separate_depth_stencil_layouts : extension revision 1
  437. VK_KHR_shader_atomic_int64 : extension revision 1
  438. VK_KHR_shader_draw_parameters : extension revision 1
  439. VK_KHR_storage_buffer_storage_class : extension revision 1
  440. VK_KHR_swapchain : extension revision 70
  441. VK_KHR_uniform_buffer_standard_layout : extension revision 1
  442. VK_KHR_variable_pointers : extension revision 1
  443.  
  444. VkQueueFamilyProperties:
  445. ========================
  446. queueProperties[0]:
  447. ------------------
  448. minImageTransferGranularity = (1,1,1)
  449. queueCount = 1
  450. queueFlags = QUEUE_GRAPHICS | QUEUE_COMPUTE | QUEUE_TRANSFER
  451. timestampValidBits = 64
  452. present support:
  453. VK_KHR_xcb_surface = true
  454. VK_KHR_xlib_surface = true
  455.  
  456. VkPhysicalDeviceMemoryProperties:
  457. =================================
  458. memoryHeaps: count = 1
  459. memoryHeaps[0]:
  460. size = 2147483648 (0x80000000) (2.00 GiB)
  461. budget = 139865609994244
  462. usage = 4
  463. flags:
  464. MEMORY_HEAP_DEVICE_LOCAL_BIT
  465. memoryTypes: count = 1
  466. memoryTypes[0]:
  467. heapIndex = 0
  468. propertyFlags = 0x000f:
  469. MEMORY_PROPERTY_DEVICE_LOCAL_BIT
  470. MEMORY_PROPERTY_HOST_VISIBLE_BIT
  471. MEMORY_PROPERTY_HOST_COHERENT_BIT
  472. MEMORY_PROPERTY_HOST_CACHED_BIT
  473. usable for:
  474. IMAGE_TILING_OPTIMAL: color images, FORMAT_D16_UNORM, FORMAT_X8_D24_UNORM_PACK32, FORMAT_D32_SFLOAT, FORMAT_S8_UINT, FORMAT_D24_UNORM_S8_UINT, FORMAT_D32_SFLOAT_S8_UINT
  475. IMAGE_TILING_LINEAR: color images
  476.  
  477. VkPhysicalDeviceFeatures:
  478. =========================
  479. robustBufferAccess = true
  480. fullDrawIndexUint32 = true
  481. imageCubeArray = true
  482. independentBlend = true
  483. geometryShader = true
  484. tessellationShader = true
  485. sampleRateShading = true
  486. dualSrcBlend = true
  487. logicOp = true
  488. multiDrawIndirect = true
  489. drawIndirectFirstInstance = true
  490. depthClamp = true
  491. depthBiasClamp = true
  492. fillModeNonSolid = true
  493. depthBounds = false
  494. wideLines = true
  495. largePoints = true
  496. alphaToOne = true
  497. multiViewport = true
  498. samplerAnisotropy = false
  499. textureCompressionETC2 = false
  500. textureCompressionASTC_LDR = false
  501. textureCompressionBC = true
  502. occlusionQueryPrecise = true
  503. pipelineStatisticsQuery = true
  504. vertexPipelineStoresAndAtomics = true
  505. fragmentStoresAndAtomics = true
  506. shaderTessellationAndGeometryPointSize = true
  507. shaderImageGatherExtended = true
  508. shaderStorageImageExtendedFormats = true
  509. shaderStorageImageMultisample = true
  510. shaderStorageImageReadWithoutFormat = false
  511. shaderStorageImageWriteWithoutFormat = true
  512. shaderUniformBufferArrayDynamicIndexing = false
  513. shaderSampledImageArrayDynamicIndexing = false
  514. shaderStorageBufferArrayDynamicIndexing = false
  515. shaderStorageImageArrayDynamicIndexing = false
  516. shaderClipDistance = true
  517. shaderCullDistance = true
  518. shaderFloat64 = true
  519. shaderInt64 = true
  520. shaderInt16 = true
  521. shaderResourceResidency = false
  522. shaderResourceMinLod = false
  523. sparseBinding = false
  524. sparseResidencyBuffer = false
  525. sparseResidencyImage2D = false
  526. sparseResidencyImage3D = false
  527. sparseResidency2Samples = false
  528. sparseResidency4Samples = false
  529. sparseResidency8Samples = false
  530. sparseResidency16Samples = false
  531. sparseResidencyAliased = false
  532. variableMultisampleRate = false
  533. inheritedQueries = false
  534.  
  535. VkPhysicalDevice16BitStorageFeatures:
  536. -------------------------------------
  537. storageBuffer16BitAccess = true
  538. uniformAndStorageBuffer16BitAccess = true
  539. storagePushConstant16 = true
  540. storageInputOutput16 = false
  541.  
  542. VkPhysicalDevice8BitStorageFeaturesKHR:
  543. ---------------------------------------
  544. storageBuffer8BitAccess = true
  545. uniformAndStorageBuffer8BitAccess = true
  546. storagePushConstant8 = true
  547.  
  548. VkPhysicalDeviceBufferDeviceAddressFeaturesKHR:
  549. -----------------------------------------------
  550. bufferDeviceAddress = true
  551. bufferDeviceAddressCaptureReplay = false
  552. bufferDeviceAddressMultiDevice = false
  553.  
  554. VkPhysicalDeviceConditionalRenderingFeaturesEXT:
  555. ------------------------------------------------
  556. conditionalRendering = true
  557. inheritedConditionalRendering = false
  558.  
  559. VkPhysicalDeviceHostQueryResetFeaturesEXT:
  560. ------------------------------------------
  561. hostQueryReset = true
  562.  
  563. VkPhysicalDeviceImagelessFramebufferFeaturesKHR:
  564. ------------------------------------------------
  565. imagelessFramebuffer = true
  566.  
  567. VkPhysicalDeviceIndexTypeUint8FeaturesEXT:
  568. ------------------------------------------
  569. indexTypeUint8 = true
  570.  
  571. VkPhysicalDeviceLineRasterizationFeaturesEXT:
  572. ---------------------------------------------
  573. rectangularLines = true
  574. bresenhamLines = true
  575. smoothLines = true
  576. stippledRectangularLines = true
  577. stippledBresenhamLines = true
  578. stippledSmoothLines = true
  579.  
  580. VkPhysicalDeviceMultiviewFeatures:
  581. ----------------------------------
  582. multiview = true
  583. multiviewGeometryShader = true
  584. multiviewTessellationShader = true
  585.  
  586. VkPhysicalDeviceProtectedMemoryFeatures:
  587. ----------------------------------------
  588. protectedMemory = false
  589.  
  590. VkPhysicalDeviceSamplerYcbcrConversionFeatures:
  591. -----------------------------------------------
  592. samplerYcbcrConversion = false
  593.  
  594. VkPhysicalDeviceScalarBlockLayoutFeaturesEXT:
  595. ---------------------------------------------
  596. scalarBlockLayout = true
  597.  
  598. VkPhysicalDeviceSeparateDepthStencilLayoutsFeaturesKHR:
  599. -------------------------------------------------------
  600. separateDepthStencilLayouts = true
  601.  
  602. VkPhysicalDeviceShaderAtomicInt64FeaturesKHR:
  603. ---------------------------------------------
  604. shaderBufferInt64Atomics = true
  605. shaderSharedInt64Atomics = true
  606.  
  607. VkPhysicalDeviceShaderDrawParametersFeatures:
  608. ---------------------------------------------
  609. shaderDrawParameters = true
  610.  
  611. VkPhysicalDeviceTransformFeedbackFeaturesEXT:
  612. ---------------------------------------------
  613. transformFeedback = true
  614. geometryStreams = true
  615.  
  616. VkPhysicalDeviceUniformBufferStandardLayoutFeaturesKHR:
  617. -------------------------------------------------------
  618. uniformBufferStandardLayout = true
  619.  
  620. VkPhysicalDeviceVariablePointersFeatures:
  621. -----------------------------------------
  622. variablePointersStorageBuffer = true
  623. variablePointers = false
  624.  
  625. VkPhysicalDeviceVertexAttributeDivisorFeaturesEXT:
  626. --------------------------------------------------
  627. vertexAttributeInstanceRateDivisor = true
  628. vertexAttributeInstanceRateZeroDivisor = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement