Advertisement
Guest User

VK_LAYER_LUNARG_api_dump

a guest
Jun 18th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.46 KB | Software | 0 0
  1. Thread 0, Frame 0, Time 32 us:
  2. vkCreateInstance(pCreateInfo, pAllocator, pInstance) returns VkResult VK_SUCCESS (0):
  3. pCreateInfo: const VkInstanceCreateInfo* = 000000E42CAFF960:
  4. sType: VkStructureType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO (1)
  5. pNext: const void* = NULL
  6. flags: VkInstanceCreateFlags = 0
  7. pApplicationInfo: const VkApplicationInfo* = 000000E42CAFFB50:
  8. sType: VkStructureType = VK_STRUCTURE_TYPE_APPLICATION_INFO (0)
  9. pNext: const void* = NULL
  10. pApplicationName: const char* = "Ardent"
  11. applicationVersion: uint32_t = 0
  12. pEngineName: const char* = "Vulkan Engine"
  13. engineVersion: uint32_t = 0
  14. apiVersion: uint32_t = 4206592
  15. enabledLayerCount: uint32_t = 0
  16. ppEnabledLayerNames: const char* const* = NULL
  17. enabledExtensionCount: uint32_t = 3
  18. ppEnabledExtensionNames: const char* const* = 000002AC91F41A30
  19. ppEnabledExtensionNames[0]: const char* const = "VK_KHR_surface"
  20. ppEnabledExtensionNames[1]: const char* const = "VK_KHR_win32_surface"
  21. ppEnabledExtensionNames[2]: const char* const = "VK_EXT_debug_utils"
  22. pNext: const void* = NULL
  23. pAllocator: const VkAllocationCallbacks* = NULL
  24. pInstance: VkInstance* = 000002AC91F5AC50
  25.  
  26. Thread 0, Frame 0, Time 57510 us:
  27. vkEnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices) returns VkResult VK_SUCCESS (0):
  28. instance: VkInstance = 000002AC91F5AC50
  29. pPhysicalDeviceCount: uint32_t* = 1
  30. pPhysicalDevices: VkPhysicalDevice* = NULL
  31.  
  32. Thread 0, Frame 0, Time 57998 us:
  33. vkEnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices) returns VkResult VK_SUCCESS (0):
  34. instance: VkInstance = 000002AC91F5AC50
  35. pPhysicalDeviceCount: uint32_t* = 1
  36. pPhysicalDevices: VkPhysicalDevice* = 000002AC91F87490
  37. pPhysicalDevices[0]: VkPhysicalDevice = 000002AC91FEEE20
  38.  
  39. Thread 0, Frame 0, Time 58326 us:
  40. vkEnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices) returns VkResult VK_SUCCESS (0):
  41. instance: VkInstance = 000002AC91F5AC50
  42. pPhysicalDeviceCount: uint32_t* = 1
  43. pPhysicalDevices: VkPhysicalDevice* = NULL
  44.  
  45. Thread 0, Frame 0, Time 58542 us:
  46. vkEnumeratePhysicalDevices(instance, pPhysicalDeviceCount, pPhysicalDevices) returns VkResult VK_SUCCESS (0):
  47. instance: VkInstance = 000002AC91F5AC50
  48. pPhysicalDeviceCount: uint32_t* = 1
  49. pPhysicalDevices: VkPhysicalDevice* = 000002AC91F87440
  50. pPhysicalDevices[0]: VkPhysicalDevice = 000002AC91FEEE20
  51.  
  52. Thread 0, Frame 0, Time 58757 us:
  53. vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties) returns void:
  54. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  55. pQueueFamilyPropertyCount: uint32_t* = 5
  56. pQueueFamilyProperties: VkQueueFamilyProperties* = NULL
  57.  
  58. Thread 0, Frame 0, Time 58786 us:
  59. vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties) returns void:
  60. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  61. pQueueFamilyPropertyCount: uint32_t* = 5
  62. pQueueFamilyProperties: VkQueueFamilyProperties* = 000002AC91FA3350
  63. pQueueFamilyProperties[0]: VkQueueFamilyProperties = 000002AC91FA3350:
  64. queueFlags: VkQueueFlags = 15 (VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT | VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT)
  65. queueCount: uint32_t = 16
  66. timestampValidBits: uint32_t = 64
  67. minImageTransferGranularity: VkExtent3D = 000002AC91FA335C:
  68. width: uint32_t = 1
  69. height: uint32_t = 1
  70. depth: uint32_t = 1
  71. pQueueFamilyProperties[1]: VkQueueFamilyProperties = 000002AC91FA3368:
  72. queueFlags: VkQueueFlags = 12 (VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT)
  73. queueCount: uint32_t = 2
  74. timestampValidBits: uint32_t = 64
  75. minImageTransferGranularity: VkExtent3D = 000002AC91FA3374:
  76. width: uint32_t = 1
  77. height: uint32_t = 1
  78. depth: uint32_t = 1
  79. pQueueFamilyProperties[2]: VkQueueFamilyProperties = 000002AC91FA3380:
  80. queueFlags: VkQueueFlags = 14 (VK_QUEUE_COMPUTE_BIT | VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT)
  81. queueCount: uint32_t = 8
  82. timestampValidBits: uint32_t = 64
  83. minImageTransferGranularity: VkExtent3D = 000002AC91FA338C:
  84. width: uint32_t = 1
  85. height: uint32_t = 1
  86. depth: uint32_t = 1
  87. pQueueFamilyProperties[3]: VkQueueFamilyProperties = 000002AC91FA3398:
  88. queueFlags: VkQueueFlags = 44 (VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT | VK_QUEUE_VIDEO_DECODE_BIT_KHR)
  89. queueCount: uint32_t = 1
  90. timestampValidBits: uint32_t = 32
  91. minImageTransferGranularity: VkExtent3D = 000002AC91FA33A4:
  92. width: uint32_t = 1
  93. height: uint32_t = 1
  94. depth: uint32_t = 1
  95. pQueueFamilyProperties[4]: VkQueueFamilyProperties = 000002AC91FA33B0:
  96. queueFlags: VkQueueFlags = 268 (VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT | VK_QUEUE_OPTICAL_FLOW_BIT_NV)
  97. queueCount: uint32_t = 1
  98. timestampValidBits: uint32_t = 64
  99. minImageTransferGranularity: VkExtent3D = 000002AC91FA33BC:
  100. width: uint32_t = 1
  101. height: uint32_t = 1
  102. depth: uint32_t = 1
  103.  
  104. Thread 0, Frame 0, Time 59577 us:
  105. vkGetPhysicalDeviceProperties(physicalDevice, pProperties) returns void:
  106. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  107. pProperties: VkPhysicalDeviceProperties* = 000000E42CAFF770:
  108. apiVersion: uint32_t = 4206834
  109. driverVersion: uint32_t = 2245558272
  110. vendorID: uint32_t = 4318
  111. deviceID: uint32_t = 9373
  112. deviceType: VkPhysicalDeviceType = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU (2)
  113. deviceName: char[VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] = "NVIDIA GeForce RTX 3070 Laptop GPU"
  114. pipelineCacheUUID: uint8_t[VK_UUID_SIZE] = 000000E42CAFF884
  115. pipelineCacheUUID[0]: uint8_t = 151
  116. pipelineCacheUUID[1]: uint8_t = 51
  117. pipelineCacheUUID[2]: uint8_t = 69
  118. pipelineCacheUUID[3]: uint8_t = 87
  119. pipelineCacheUUID[4]: uint8_t = 127
  120. pipelineCacheUUID[5]: uint8_t = 136
  121. pipelineCacheUUID[6]: uint8_t = 245
  122. pipelineCacheUUID[7]: uint8_t = 43
  123. pipelineCacheUUID[8]: uint8_t = 81
  124. pipelineCacheUUID[9]: uint8_t = 209
  125. pipelineCacheUUID[10]: uint8_t = 40
  126. pipelineCacheUUID[11]: uint8_t = 200
  127. pipelineCacheUUID[12]: uint8_t = 117
  128. pipelineCacheUUID[13]: uint8_t = 212
  129. pipelineCacheUUID[14]: uint8_t = 78
  130. pipelineCacheUUID[15]: uint8_t = 161
  131. limits: VkPhysicalDeviceLimits = 000000E42CAFF898:
  132. maxImageDimension1D: uint32_t = 32768
  133. maxImageDimension2D: uint32_t = 32768
  134. maxImageDimension3D: uint32_t = 16384
  135. maxImageDimensionCube: uint32_t = 32768
  136. maxImageArrayLayers: uint32_t = 2048
  137. maxTexelBufferElements: uint32_t = 134217728
  138. maxUniformBufferRange: uint32_t = 65536
  139. maxStorageBufferRange: uint32_t = 4294967295
  140. maxPushConstantsSize: uint32_t = 256
  141. maxMemoryAllocationCount: uint32_t = 4096
  142. maxSamplerAllocationCount: uint32_t = 4000
  143. bufferImageGranularity: VkDeviceSize = 1024
  144. sparseAddressSpaceSize: VkDeviceSize = 1099511627775
  145. maxBoundDescriptorSets: uint32_t = 32
  146. maxPerStageDescriptorSamplers: uint32_t = 1048576
  147. maxPerStageDescriptorUniformBuffers: uint32_t = 1048576
  148. maxPerStageDescriptorStorageBuffers: uint32_t = 1048576
  149. maxPerStageDescriptorSampledImages: uint32_t = 1048576
  150. maxPerStageDescriptorStorageImages: uint32_t = 1048576
  151. maxPerStageDescriptorInputAttachments: uint32_t = 1048576
  152. maxPerStageResources: uint32_t = 4294967295
  153. maxDescriptorSetSamplers: uint32_t = 1048576
  154. maxDescriptorSetUniformBuffers: uint32_t = 1048576
  155. maxDescriptorSetUniformBuffersDynamic: uint32_t = 15
  156. maxDescriptorSetStorageBuffers: uint32_t = 1048576
  157. maxDescriptorSetStorageBuffersDynamic: uint32_t = 16
  158. maxDescriptorSetSampledImages: uint32_t = 1048576
  159. maxDescriptorSetStorageImages: uint32_t = 1048576
  160. maxDescriptorSetInputAttachments: uint32_t = 1048576
  161. maxVertexInputAttributes: uint32_t = 32
  162. maxVertexInputBindings: uint32_t = 32
  163. maxVertexInputAttributeOffset: uint32_t = 2047
  164. maxVertexInputBindingStride: uint32_t = 2048
  165. maxVertexOutputComponents: uint32_t = 128
  166. maxTessellationGenerationLevel: uint32_t = 64
  167. maxTessellationPatchSize: uint32_t = 32
  168. maxTessellationControlPerVertexInputComponents: uint32_t = 128
  169. maxTessellationControlPerVertexOutputComponents: uint32_t = 128
  170. maxTessellationControlPerPatchOutputComponents: uint32_t = 120
  171. maxTessellationControlTotalOutputComponents: uint32_t = 4216
  172. maxTessellationEvaluationInputComponents: uint32_t = 128
  173. maxTessellationEvaluationOutputComponents: uint32_t = 128
  174. maxGeometryShaderInvocations: uint32_t = 32
  175. maxGeometryInputComponents: uint32_t = 128
  176. maxGeometryOutputComponents: uint32_t = 128
  177. maxGeometryOutputVertices: uint32_t = 1024
  178. maxGeometryTotalOutputComponents: uint32_t = 1024
  179. maxFragmentInputComponents: uint32_t = 128
  180. maxFragmentOutputAttachments: uint32_t = 8
  181. maxFragmentDualSrcAttachments: uint32_t = 1
  182. maxFragmentCombinedOutputResources: uint32_t = 4294967295
  183. maxComputeSharedMemorySize: uint32_t = 49152
  184. maxComputeWorkGroupCount: uint32_t[3] = 000000E42CAFF974
  185. maxComputeWorkGroupCount[0]: uint32_t = 2147483647
  186. maxComputeWorkGroupCount[1]: uint32_t = 65535
  187. maxComputeWorkGroupCount[2]: uint32_t = 65535
  188. maxComputeWorkGroupInvocations: uint32_t = 1024
  189. maxComputeWorkGroupSize: uint32_t[3] = 000000E42CAFF984
  190. maxComputeWorkGroupSize[0]: uint32_t = 1024
  191. maxComputeWorkGroupSize[1]: uint32_t = 1024
  192. maxComputeWorkGroupSize[2]: uint32_t = 64
  193. subPixelPrecisionBits: uint32_t = 8
  194. subTexelPrecisionBits: uint32_t = 8
  195. mipmapPrecisionBits: uint32_t = 8
  196. maxDrawIndexedIndexValue: uint32_t = 4294967295
  197. maxDrawIndirectCount: uint32_t = 4294967295
  198. maxSamplerLodBias: float = 15
  199. maxSamplerAnisotropy: float = 16
  200. maxViewports: uint32_t = 16
  201. maxViewportDimensions: uint32_t[2] = 000000E42CAFF9B0
  202. maxViewportDimensions[0]: uint32_t = 32768
  203. maxViewportDimensions[1]: uint32_t = 32768
  204. viewportBoundsRange: float[2] = 000000E42CAFF9B8
  205. viewportBoundsRange[0]: float = -65536
  206. viewportBoundsRange[1]: float = 65536
  207. viewportSubPixelBits: uint32_t = 8
  208. minMemoryMapAlignment: size_t = 64
  209. minTexelBufferOffsetAlignment: VkDeviceSize = 16
  210. minUniformBufferOffsetAlignment: VkDeviceSize = 64
  211. minStorageBufferOffsetAlignment: VkDeviceSize = 16
  212. minTexelOffset: int32_t = -8
  213. maxTexelOffset: uint32_t = 7
  214. minTexelGatherOffset: int32_t = -32
  215. maxTexelGatherOffset: uint32_t = 31
  216. minInterpolationOffset: float = -0.5
  217. maxInterpolationOffset: float = 0.4375
  218. subPixelInterpolationOffsetBits: uint32_t = 4
  219. maxFramebufferWidth: uint32_t = 32768
  220. maxFramebufferHeight: uint32_t = 32768
  221. maxFramebufferLayers: uint32_t = 2048
  222. framebufferColorSampleCounts: VkSampleCountFlags = 15 (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT)
  223. framebufferDepthSampleCounts: VkSampleCountFlags = 15 (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT)
  224. framebufferStencilSampleCounts: VkSampleCountFlags = 31 (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT | VK_SAMPLE_COUNT_16_BIT)
  225. framebufferNoAttachmentsSampleCounts: VkSampleCountFlags = 31 (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT | VK_SAMPLE_COUNT_16_BIT)
  226. maxColorAttachments: uint32_t = 8
  227. sampledImageColorSampleCounts: VkSampleCountFlags = 15 (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT)
  228. sampledImageIntegerSampleCounts: VkSampleCountFlags = 15 (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT)
  229. sampledImageDepthSampleCounts: VkSampleCountFlags = 15 (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT)
  230. sampledImageStencilSampleCounts: VkSampleCountFlags = 31 (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT | VK_SAMPLE_COUNT_16_BIT)
  231. storageImageSampleCounts: VkSampleCountFlags = 15 (VK_SAMPLE_COUNT_1_BIT | VK_SAMPLE_COUNT_2_BIT | VK_SAMPLE_COUNT_4_BIT | VK_SAMPLE_COUNT_8_BIT)
  232. maxSampleMaskWords: uint32_t = 1
  233. timestampComputeAndGraphics: VkBool32 = 1
  234. timestampPeriod: float = 1
  235. maxClipDistances: uint32_t = 8
  236. maxCullDistances: uint32_t = 8
  237. maxCombinedClipAndCullDistances: uint32_t = 8
  238. discreteQueuePriorities: uint32_t = 2
  239. pointSizeRange: float[2] = 000000E42CAFFA54
  240. pointSizeRange[0]: float = 1
  241. pointSizeRange[1]: float = 2047.94
  242. lineWidthRange: float[2] = 000000E42CAFFA5C
  243. lineWidthRange[0]: float = 1
  244. lineWidthRange[1]: float = 64
  245. pointSizeGranularity: float = 0.0625
  246. lineWidthGranularity: float = 0.0625
  247. strictLines: VkBool32 = 1
  248. standardSampleLocations: VkBool32 = 1
  249. optimalBufferCopyOffsetAlignment: VkDeviceSize = 1
  250. optimalBufferCopyRowPitchAlignment: VkDeviceSize = 1
  251. nonCoherentAtomSize: VkDeviceSize = 64
  252. sparseProperties: VkPhysicalDeviceSparseProperties = 000000E42CAFFA90:
  253. residencyStandard2DBlockShape: VkBool32 = 1
  254. residencyStandard2DMultisampleBlockShape: VkBool32 = 1
  255. residencyStandard3DBlockShape: VkBool32 = 1
  256. residencyAlignedMipSize: VkBool32 = 0
  257. residencyNonResidentStrict: VkBool32 = 1
  258.  
  259. Thread 0, Frame 0, Time 59940 us:
  260. vkGetPhysicalDeviceFeatures(physicalDevice, pFeatures) returns void:
  261. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  262. pFeatures: VkPhysicalDeviceFeatures* = 000000E42CAFF690:
  263. robustBufferAccess: VkBool32 = 1
  264. fullDrawIndexUint32: VkBool32 = 1
  265. imageCubeArray: VkBool32 = 1
  266. independentBlend: VkBool32 = 1
  267. geometryShader: VkBool32 = 1
  268. tessellationShader: VkBool32 = 1
  269. sampleRateShading: VkBool32 = 1
  270. dualSrcBlend: VkBool32 = 1
  271. logicOp: VkBool32 = 1
  272. multiDrawIndirect: VkBool32 = 1
  273. drawIndirectFirstInstance: VkBool32 = 1
  274. depthClamp: VkBool32 = 1
  275. depthBiasClamp: VkBool32 = 1
  276. fillModeNonSolid: VkBool32 = 1
  277. depthBounds: VkBool32 = 1
  278. wideLines: VkBool32 = 1
  279. largePoints: VkBool32 = 1
  280. alphaToOne: VkBool32 = 1
  281. multiViewport: VkBool32 = 1
  282. samplerAnisotropy: VkBool32 = 1
  283. textureCompressionETC2: VkBool32 = 0
  284. textureCompressionASTC_LDR: VkBool32 = 0
  285. textureCompressionBC: VkBool32 = 1
  286. occlusionQueryPrecise: VkBool32 = 1
  287. pipelineStatisticsQuery: VkBool32 = 1
  288. vertexPipelineStoresAndAtomics: VkBool32 = 1
  289. fragmentStoresAndAtomics: VkBool32 = 1
  290. shaderTessellationAndGeometryPointSize: VkBool32 = 1
  291. shaderImageGatherExtended: VkBool32 = 1
  292. shaderStorageImageExtendedFormats: VkBool32 = 1
  293. shaderStorageImageMultisample: VkBool32 = 1
  294. shaderStorageImageReadWithoutFormat: VkBool32 = 1
  295. shaderStorageImageWriteWithoutFormat: VkBool32 = 1
  296. shaderUniformBufferArrayDynamicIndexing: VkBool32 = 1
  297. shaderSampledImageArrayDynamicIndexing: VkBool32 = 1
  298. shaderStorageBufferArrayDynamicIndexing: VkBool32 = 1
  299. shaderStorageImageArrayDynamicIndexing: VkBool32 = 1
  300. shaderClipDistance: VkBool32 = 1
  301. shaderCullDistance: VkBool32 = 1
  302. shaderFloat64: VkBool32 = 1
  303. shaderInt64: VkBool32 = 1
  304. shaderInt16: VkBool32 = 1
  305. shaderResourceResidency: VkBool32 = 1
  306. shaderResourceMinLod: VkBool32 = 1
  307. sparseBinding: VkBool32 = 1
  308. sparseResidencyBuffer: VkBool32 = 1
  309. sparseResidencyImage2D: VkBool32 = 1
  310. sparseResidencyImage3D: VkBool32 = 1
  311. sparseResidency2Samples: VkBool32 = 1
  312. sparseResidency4Samples: VkBool32 = 1
  313. sparseResidency8Samples: VkBool32 = 1
  314. sparseResidency16Samples: VkBool32 = 1
  315. sparseResidencyAliased: VkBool32 = 1
  316. variableMultisampleRate: VkBool32 = 1
  317. inheritedQueries: VkBool32 = 1
  318.  
  319. Thread 0, Frame 0, Time 65189 us:
  320. vkCreateWin32SurfaceKHR(instance, pCreateInfo, pAllocator, pSurface) returns VkResult VK_SUCCESS (0):
  321. instance: VkInstance = 000002AC91F5AC50
  322. pCreateInfo: const VkWin32SurfaceCreateInfoKHR* = 000000E42CAFFBB0:
  323. sType: VkStructureType = VK_STRUCTURE_TYPE_WIN32_SURFACE_CREATE_INFO_KHR (1000009000)
  324. pNext: const void* = NULL
  325. flags: VkWin32SurfaceCreateFlagsKHR = 0
  326. hinstance: HINSTANCE = 00007FF7622F0000
  327. hwnd: HWND = 0000000000300F22
  328. pAllocator: const VkAllocationCallbacks* = NULL
  329. pSurface: VkSurfaceKHR* = 000002AC94B3C5E0
  330.  
  331. Thread 0, Frame 0, Time 65287 us:
  332. vkCreateDebugUtilsMessengerEXT(instance, pCreateInfo, pAllocator, pMessenger) returns VkResult VK_SUCCESS (0):
  333. instance: VkInstance = 000002AC91F5AC50
  334. pCreateInfo: const VkDebugUtilsMessengerCreateInfoEXT* = 000000E42CAFFA88:
  335. sType: VkStructureType = VK_STRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CREATE_INFO_EXT (1000128004)
  336. pNext: const void* = NULL
  337. flags: VkDebugUtilsMessengerCreateFlagsEXT = 0
  338. messageSeverity: VkDebugUtilsMessageSeverityFlagsEXT = 4353 (VK_DEBUG_UTILS_MESSAGE_SEVERITY_VERBOSE_BIT_EXT | VK_DEBUG_UTILS_MESSAGE_SEVERITY_WARNING_BIT_EXT | VK_DEBUG_UTILS_MESSAGE_SEVERITY_ERROR_BIT_EXT)
  339. messageType: VkDebugUtilsMessageTypeFlagsEXT = 7 (VK_DEBUG_UTILS_MESSAGE_TYPE_GENERAL_BIT_EXT | VK_DEBUG_UTILS_MESSAGE_TYPE_VALIDATION_BIT_EXT | VK_DEBUG_UTILS_MESSAGE_TYPE_PERFORMANCE_BIT_EXT)
  340. pfnUserCallback: PFN_vkDebugUtilsMessengerCallbackEXT = 00007FF89EFD42C0
  341. pUserData: void* = NULL
  342. pAllocator: const VkAllocationCallbacks* = NULL
  343. pMessenger: VkDebugUtilsMessengerEXT* = 000002AC91F87400
  344.  
  345. Thread 0, Frame 0, Time 66544 us:
  346. vkGetPhysicalDeviceSurfaceCapabilitiesKHR(physicalDevice, surface, pSurfaceCapabilities) returns VkResult VK_SUCCESS (0):
  347. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  348. surface: VkSurfaceKHR = 000002AC94B3C5E0
  349. pSurfaceCapabilities: VkSurfaceCapabilitiesKHR* = 000000E42CAFFB20:
  350. minImageCount: uint32_t = 2
  351. maxImageCount: uint32_t = 8
  352. currentExtent: VkExtent2D = 000000E42CAFFB28:
  353. width: uint32_t = 1254
  354. height: uint32_t = 681
  355. minImageExtent: VkExtent2D = 000000E42CAFFB30:
  356. width: uint32_t = 1254
  357. height: uint32_t = 681
  358. maxImageExtent: VkExtent2D = 000000E42CAFFB38:
  359. width: uint32_t = 1254
  360. height: uint32_t = 681
  361. maxImageArrayLayers: uint32_t = 1
  362. supportedTransforms: VkSurfaceTransformFlagsKHR = 1 (VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR)
  363. currentTransform: VkSurfaceTransformFlagBitsKHR = 1 (VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR)
  364. supportedCompositeAlpha: VkCompositeAlphaFlagsKHR = 1 (VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR)
  365. supportedUsageFlags: VkImageUsageFlags = 159 (VK_IMAGE_USAGE_TRANSFER_SRC_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT | VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_STORAGE_BIT | VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT)
  366.  
  367. Thread 0, Frame 0, Time 66640 us:
  368. vkGetPhysicalDeviceSurfacePresentModesKHR(physicalDevice, surface, pPresentModeCount, pPresentModes) returns VkResult VK_SUCCESS (0):
  369. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  370. surface: VkSurfaceKHR = 000002AC94B3C5E0
  371. pPresentModeCount: uint32_t* = 4
  372. pPresentModes: VkPresentModeKHR* = NULL
  373.  
  374. Thread 0, Frame 0, Time 68206 us:
  375. vkGetPhysicalDeviceSurfacePresentModesKHR(physicalDevice, surface, pPresentModeCount, pPresentModes) returns VkResult VK_SUCCESS (0):
  376. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  377. surface: VkSurfaceKHR = 000002AC94B3C5E0
  378. pPresentModeCount: uint32_t* = 4
  379. pPresentModes: VkPresentModeKHR* = 000002AC94B6B510
  380. pPresentModes[0]: VkPresentModeKHR = VK_PRESENT_MODE_FIFO_KHR (2)
  381. pPresentModes[1]: VkPresentModeKHR = VK_PRESENT_MODE_FIFO_RELAXED_KHR (3)
  382. pPresentModes[2]: VkPresentModeKHR = VK_PRESENT_MODE_MAILBOX_KHR (1)
  383. pPresentModes[3]: VkPresentModeKHR = VK_PRESENT_MODE_IMMEDIATE_KHR (0)
  384.  
  385. Thread 0, Frame 0, Time 68304 us:
  386. vkGetPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface, pSurfaceFormatCount, pSurfaceFormats) returns VkResult VK_SUCCESS (0):
  387. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  388. surface: VkSurfaceKHR = 000002AC94B3C5E0
  389. pSurfaceFormatCount: uint32_t* = 3
  390. pSurfaceFormats: VkSurfaceFormatKHR* = NULL
  391.  
  392. Thread 0, Frame 0, Time 72393 us:
  393. vkGetPhysicalDeviceSurfaceFormatsKHR(physicalDevice, surface, pSurfaceFormatCount, pSurfaceFormats) returns VkResult VK_SUCCESS (0):
  394. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  395. surface: VkSurfaceKHR = 000002AC94B3C5E0
  396. pSurfaceFormatCount: uint32_t* = 3
  397. pSurfaceFormats: VkSurfaceFormatKHR* = 000002AC94907220
  398. pSurfaceFormats[0]: VkSurfaceFormatKHR = 000002AC94907220:
  399. format: VkFormat = VK_FORMAT_B8G8R8A8_UNORM (44)
  400. colorSpace: VkColorSpaceKHR = VK_COLOR_SPACE_SRGB_NONLINEAR_KHR (0)
  401. pSurfaceFormats[1]: VkSurfaceFormatKHR = 000002AC94907228:
  402. format: VkFormat = VK_FORMAT_B8G8R8A8_SRGB (50)
  403. colorSpace: VkColorSpaceKHR = VK_COLOR_SPACE_SRGB_NONLINEAR_KHR (0)
  404. pSurfaceFormats[2]: VkSurfaceFormatKHR = 000002AC94907230:
  405. format: VkFormat = VK_FORMAT_A2B10G10R10_UNORM_PACK32 (64)
  406. colorSpace: VkColorSpaceKHR = VK_COLOR_SPACE_SRGB_NONLINEAR_KHR (0)
  407.  
  408. Thread 0, Frame 0, Time 73269 us:
  409. vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties) returns void:
  410. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  411. pQueueFamilyPropertyCount: uint32_t* = 5
  412. pQueueFamilyProperties: VkQueueFamilyProperties* = NULL
  413.  
  414. Thread 0, Frame 0, Time 73281 us:
  415. vkGetPhysicalDeviceQueueFamilyProperties(physicalDevice, pQueueFamilyPropertyCount, pQueueFamilyProperties) returns void:
  416. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  417. pQueueFamilyPropertyCount: uint32_t* = 5
  418. pQueueFamilyProperties: VkQueueFamilyProperties* = 000002AC91FA2750
  419. pQueueFamilyProperties[0]: VkQueueFamilyProperties = 000002AC91FA2750:
  420. queueFlags: VkQueueFlags = 15 (VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT | VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT)
  421. queueCount: uint32_t = 16
  422. timestampValidBits: uint32_t = 64
  423. minImageTransferGranularity: VkExtent3D = 000002AC91FA275C:
  424. width: uint32_t = 1
  425. height: uint32_t = 1
  426. depth: uint32_t = 1
  427. pQueueFamilyProperties[1]: VkQueueFamilyProperties = 000002AC91FA2768:
  428. queueFlags: VkQueueFlags = 12 (VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT)
  429. queueCount: uint32_t = 2
  430. timestampValidBits: uint32_t = 64
  431. minImageTransferGranularity: VkExtent3D = 000002AC91FA2774:
  432. width: uint32_t = 1
  433. height: uint32_t = 1
  434. depth: uint32_t = 1
  435. pQueueFamilyProperties[2]: VkQueueFamilyProperties = 000002AC91FA2780:
  436. queueFlags: VkQueueFlags = 14 (VK_QUEUE_COMPUTE_BIT | VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT)
  437. queueCount: uint32_t = 8
  438. timestampValidBits: uint32_t = 64
  439. minImageTransferGranularity: VkExtent3D = 000002AC91FA278C:
  440. width: uint32_t = 1
  441. height: uint32_t = 1
  442. depth: uint32_t = 1
  443. pQueueFamilyProperties[3]: VkQueueFamilyProperties = 000002AC91FA2798:
  444. queueFlags: VkQueueFlags = 44 (VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT | VK_QUEUE_VIDEO_DECODE_BIT_KHR)
  445. queueCount: uint32_t = 1
  446. timestampValidBits: uint32_t = 32
  447. minImageTransferGranularity: VkExtent3D = 000002AC91FA27A4:
  448. width: uint32_t = 1
  449. height: uint32_t = 1
  450. depth: uint32_t = 1
  451. pQueueFamilyProperties[4]: VkQueueFamilyProperties = 000002AC91FA27B0:
  452. queueFlags: VkQueueFlags = 268 (VK_QUEUE_TRANSFER_BIT | VK_QUEUE_SPARSE_BINDING_BIT | VK_QUEUE_OPTICAL_FLOW_BIT_NV)
  453. queueCount: uint32_t = 1
  454. timestampValidBits: uint32_t = 64
  455. minImageTransferGranularity: VkExtent3D = 000002AC91FA27BC:
  456. width: uint32_t = 1
  457. height: uint32_t = 1
  458. depth: uint32_t = 1
  459.  
  460. Thread 0, Frame 0, Time 73326 us:
  461. vkGetPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, pSupported) returns VkResult VK_SUCCESS (0):
  462. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  463. queueFamilyIndex: uint32_t = 0
  464. surface: VkSurfaceKHR = 000002AC94B3C5E0
  465. pSupported: VkBool32* = 1
  466.  
  467. Thread 0, Frame 0, Time 73742 us:
  468. vkCreateDevice(physicalDevice, pCreateInfo, pAllocator, pDevice) returns VkResult VK_SUCCESS (0):
  469. physicalDevice: VkPhysicalDevice = 000002AC91FEEE20
  470. pCreateInfo: const VkDeviceCreateInfo* = 000000E42CAFF8D0:
  471. sType: VkStructureType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO (3)
  472. pNext: const void* = NULL
  473. flags: VkDeviceCreateFlags = 0
  474. queueCreateInfoCount: uint32_t = 1
  475. pQueueCreateInfos: const VkDeviceQueueCreateInfo* = 000002AC96F82B30
  476. pQueueCreateInfos[0]: const VkDeviceQueueCreateInfo = 000002AC96F82B30:
  477. sType: VkStructureType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO (2)
  478. pNext: const void* = NULL
  479. flags: VkDeviceQueueCreateFlags = 0
  480. queueFamilyIndex: uint32_t = 0
  481. queueCount: uint32_t = 1
  482. pQueuePriorities: const float* = 000000E42CAFFD78
  483. pQueuePriorities[0]: const float = 1
  484. enabledLayerCount: uint32_t = 0
  485. ppEnabledLayerNames: const char* const* = NULL
  486. enabledExtensionCount: uint32_t = 4
  487. ppEnabledExtensionNames: const char* const* = 000002AC96F82440
  488. ppEnabledExtensionNames[0]: const char* const = "VK_KHR_external_fence"
  489. ppEnabledExtensionNames[1]: const char* const = "VK_KHR_external_fence_win32"
  490. ppEnabledExtensionNames[2]: const char* const = "VK_KHR_swapchain"
  491. ppEnabledExtensionNames[3]: const char* const = "VK_EXT_tooling_info"
  492. pEnabledFeatures: const VkPhysicalDeviceFeatures* = 00007FF89F0231B0:
  493. robustBufferAccess: VkBool32 = 0
  494. fullDrawIndexUint32: VkBool32 = 0
  495. imageCubeArray: VkBool32 = 0
  496. independentBlend: VkBool32 = 0
  497. geometryShader: VkBool32 = 0
  498. tessellationShader: VkBool32 = 0
  499. sampleRateShading: VkBool32 = 0
  500. dualSrcBlend: VkBool32 = 0
  501. logicOp: VkBool32 = 0
  502. multiDrawIndirect: VkBool32 = 0
  503. drawIndirectFirstInstance: VkBool32 = 0
  504. depthClamp: VkBool32 = 0
  505. depthBiasClamp: VkBool32 = 0
  506. fillModeNonSolid: VkBool32 = 0
  507. depthBounds: VkBool32 = 0
  508. wideLines: VkBool32 = 0
  509. largePoints: VkBool32 = 0
  510. alphaToOne: VkBool32 = 0
  511. multiViewport: VkBool32 = 0
  512. samplerAnisotropy: VkBool32 = 0
  513. textureCompressionETC2: VkBool32 = 0
  514. textureCompressionASTC_LDR: VkBool32 = 0
  515. textureCompressionBC: VkBool32 = 0
  516. occlusionQueryPrecise: VkBool32 = 0
  517. pipelineStatisticsQuery: VkBool32 = 0
  518. vertexPipelineStoresAndAtomics: VkBool32 = 0
  519. fragmentStoresAndAtomics: VkBool32 = 0
  520. shaderTessellationAndGeometryPointSize: VkBool32 = 0
  521. shaderImageGatherExtended: VkBool32 = 0
  522. shaderStorageImageExtendedFormats: VkBool32 = 0
  523. shaderStorageImageMultisample: VkBool32 = 0
  524. shaderStorageImageReadWithoutFormat: VkBool32 = 0
  525. shaderStorageImageWriteWithoutFormat: VkBool32 = 0
  526. shaderUniformBufferArrayDynamicIndexing: VkBool32 = 0
  527. shaderSampledImageArrayDynamicIndexing: VkBool32 = 0
  528. shaderStorageBufferArrayDynamicIndexing: VkBool32 = 0
  529. shaderStorageImageArrayDynamicIndexing: VkBool32 = 0
  530. shaderClipDistance: VkBool32 = 0
  531. shaderCullDistance: VkBool32 = 0
  532. shaderFloat64: VkBool32 = 0
  533. shaderInt64: VkBool32 = 0
  534. shaderInt16: VkBool32 = 0
  535. shaderResourceResidency: VkBool32 = 0
  536. shaderResourceMinLod: VkBool32 = 0
  537. sparseBinding: VkBool32 = 0
  538. sparseResidencyBuffer: VkBool32 = 0
  539. sparseResidencyImage2D: VkBool32 = 0
  540. sparseResidencyImage3D: VkBool32 = 0
  541. sparseResidency2Samples: VkBool32 = 0
  542. sparseResidency4Samples: VkBool32 = 0
  543. sparseResidency8Samples: VkBool32 = 0
  544. sparseResidency16Samples: VkBool32 = 0
  545. sparseResidencyAliased: VkBool32 = 0
  546. variableMultisampleRate: VkBool32 = 0
  547. inheritedQueries: VkBool32 = 0
  548. pNext: const void* = NULL
  549. pAllocator: const VkAllocationCallbacks* = NULL
  550. pDevice: VkDevice* = 000002AC96F676F0
  551.  
  552. Thread 0, Frame 0, Time 190749 us:
  553. vkGetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue) returns void:
  554. device: VkDevice = 000002AC96F676F0
  555. queueFamilyIndex: uint32_t = 0
  556. queueIndex: uint32_t = 0
  557. pQueue: VkQueue* = 000002AC9772EB40
  558.  
  559. Thread 0, Frame 0, Time 190794 us:
  560. vkGetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue) returns void:
  561. device: VkDevice = 000002AC96F676F0
  562. queueFamilyIndex: uint32_t = 0
  563. queueIndex: uint32_t = 0
  564. pQueue: VkQueue* = 000002AC9772EB40
  565.  
  566. Thread 0, Frame 0, Time 192592 us:
  567. vkCreateSwapchainKHR(device, pCreateInfo, pAllocator, pSwapchain) returns VkResult VK_SUCCESS (0):
  568. device: VkDevice = 000002AC96F676F0
  569. pCreateInfo: const VkSwapchainCreateInfoKHR* = 00007FF89F023130:
  570. sType: VkStructureType = VK_STRUCTURE_TYPE_DEVICE_GROUP_SWAPCHAIN_CREATE_INFO_KHR (1000060012)
  571. pNext: const void* = NULL
  572. flags: VkSwapchainCreateFlagsKHR = 1 (VK_SWAPCHAIN_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR | VK_SWAPCHAIN_CREATE_SPLIT_INSTANCE_BIND_REGIONS_BIT_KHR)
  573. surface: VkSurfaceKHR = 000002AC94B3C5E0
  574. minImageCount: uint32_t = 3
  575. imageFormat: VkFormat = VK_FORMAT_B8G8R8A8_SRGB (50)
  576. imageColorSpace: VkColorSpaceKHR = VK_COLOR_SPACE_SRGB_NONLINEAR_KHR (0)
  577. imageExtent: VkExtent2D = 00007FF89F02315C:
  578. width: uint32_t = 1270
  579. height: uint32_t = 720
  580. imageArrayLayers: uint32_t = 1
  581. imageUsage: VkImageUsageFlags = 16 (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT)
  582. imageSharingMode: VkSharingMode = VK_SHARING_MODE_EXCLUSIVE (0)
  583. queueFamilyIndexCount: uint32_t = 0
  584. pQueueFamilyIndices: const uint32_t* = UNUSED
  585. preTransform: VkSurfaceTransformFlagBitsKHR = 1 (VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR)
  586. compositeAlpha: VkCompositeAlphaFlagBitsKHR = 1 (VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR)
  587. presentMode: VkPresentModeKHR = VK_PRESENT_MODE_MAILBOX_KHR (1)
  588. clipped: VkBool32 = 1
  589. oldSwapchain: VkSwapchainKHR = 0000000000000000
  590. pAllocator: const VkAllocationCallbacks* = NULL
  591. pSwapchain: VkSwapchainKHR* = 000002AC97078130
  592.  
  593. Thread 0, Frame 0, Time 213056 us:
  594. vkGetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages) returns VkResult VK_SUCCESS (0):
  595. device: VkDevice = 000002AC96F676F0
  596. swapchain: VkSwapchainKHR = 000002AC97078130
  597. pSwapchainImageCount: uint32_t* = 3
  598. pSwapchainImages: VkImage* = NULL
  599.  
  600. Thread 0, Frame 0, Time 213086 us:
  601. vkGetSwapchainImagesKHR(device, swapchain, pSwapchainImageCount, pSwapchainImages) returns VkResult VK_SUCCESS (0):
  602. device: VkDevice = 000002AC96F676F0
  603. swapchain: VkSwapchainKHR = 000002AC97078130
  604. pSwapchainImageCount: uint32_t* = 3
  605. pSwapchainImages: VkImage* = 000002AC97072CA0
  606. pSwapchainImages[0]: VkImage = 000002AC970ED920
  607. pSwapchainImages[1]: VkImage = 000002AC970F03C0
  608. pSwapchainImages[2]: VkImage = 000002AC970F0E50
  609.  
  610. Thread 0, Frame 0, Time 213129 us:
  611. vkCreateImageView(device, pCreateInfo, pAllocator, pView) returns VkResult VK_SUCCESS (0):
  612. device: VkDevice = 000002AC96F676F0
  613. pCreateInfo: const VkImageViewCreateInfo* = 000000E42CAFFB20:
  614. sType: VkStructureType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO (14)
  615. pNext: const void* = NULL
  616. flags: VkImageViewCreateFlags = 0
  617. image: VkImage = 000002AC970ED920
  618. viewType: VkImageViewType = VK_IMAGE_VIEW_TYPE_2D (1)
  619. format: VkFormat = VK_FORMAT_B8G8R8A8_SRGB (50)
  620. components: VkComponentMapping = 000000E42CAFFB48:
  621. r: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  622. g: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  623. b: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  624. a: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  625. subresourceRange: VkImageSubresourceRange = 000000E42CAFFB58:
  626. aspectMask: VkImageAspectFlags = 1 (VK_IMAGE_ASPECT_COLOR_BIT)
  627. baseMipLevel: uint32_t = 0
  628. levelCount: uint32_t = 1
  629. baseArrayLayer: uint32_t = 0
  630. layerCount: uint32_t = 1
  631. pAllocator: const VkAllocationCallbacks* = NULL
  632. pView: VkImageView* = 000002AC99B35140
  633.  
  634. Thread 0, Frame 0, Time 213201 us:
  635. vkCreateImageView(device, pCreateInfo, pAllocator, pView) returns VkResult VK_SUCCESS (0):
  636. device: VkDevice = 000002AC96F676F0
  637. pCreateInfo: const VkImageViewCreateInfo* = 000000E42CAFFB20:
  638. sType: VkStructureType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO (14)
  639. pNext: const void* = NULL
  640. flags: VkImageViewCreateFlags = 0
  641. image: VkImage = 000002AC970F03C0
  642. viewType: VkImageViewType = VK_IMAGE_VIEW_TYPE_2D (1)
  643. format: VkFormat = VK_FORMAT_B8G8R8A8_SRGB (50)
  644. components: VkComponentMapping = 000000E42CAFFB48:
  645. r: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  646. g: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  647. b: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  648. a: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  649. subresourceRange: VkImageSubresourceRange = 000000E42CAFFB58:
  650. aspectMask: VkImageAspectFlags = 1 (VK_IMAGE_ASPECT_COLOR_BIT)
  651. baseMipLevel: uint32_t = 0
  652. levelCount: uint32_t = 1
  653. baseArrayLayer: uint32_t = 0
  654. layerCount: uint32_t = 1
  655. pAllocator: const VkAllocationCallbacks* = NULL
  656. pView: VkImageView* = 000002AC99B35920
  657.  
  658. Thread 0, Frame 0, Time 213247 us:
  659. vkCreateImageView(device, pCreateInfo, pAllocator, pView) returns VkResult VK_SUCCESS (0):
  660. device: VkDevice = 000002AC96F676F0
  661. pCreateInfo: const VkImageViewCreateInfo* = 000000E42CAFFB20:
  662. sType: VkStructureType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO (14)
  663. pNext: const void* = NULL
  664. flags: VkImageViewCreateFlags = 0
  665. image: VkImage = 000002AC970F0E50
  666. viewType: VkImageViewType = VK_IMAGE_VIEW_TYPE_2D (1)
  667. format: VkFormat = VK_FORMAT_B8G8R8A8_SRGB (50)
  668. components: VkComponentMapping = 000000E42CAFFB48:
  669. r: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  670. g: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  671. b: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  672. a: VkComponentSwizzle = VK_COMPONENT_SWIZZLE_IDENTITY (0)
  673. subresourceRange: VkImageSubresourceRange = 000000E42CAFFB58:
  674. aspectMask: VkImageAspectFlags = 1 (VK_IMAGE_ASPECT_COLOR_BIT)
  675. baseMipLevel: uint32_t = 0
  676. levelCount: uint32_t = 1
  677. baseArrayLayer: uint32_t = 0
  678. layerCount: uint32_t = 1
  679. pAllocator: const VkAllocationCallbacks* = NULL
  680. pView: VkImageView* = 000002AC99B36250
  681.  
  682. Thread 0, Frame 0, Time 213297 us:
  683. vkCreateRenderPass(device, pCreateInfo, pAllocator, pRenderPass) returns VkResult VK_SUCCESS (0):
  684. device: VkDevice = 000002AC96F676F0
  685. pCreateInfo: const VkRenderPassCreateInfo* = 000000E42CAFFAF0:
  686. sType: VkStructureType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO (38)
  687. pNext: const void* = NULL
  688. flags: VkRenderPassCreateFlags = 0
  689. attachmentCount: uint32_t = 1
  690. pAttachments: const VkAttachmentDescription* = 000000E42CAFFBA0
  691. pAttachments[0]: const VkAttachmentDescription = 000000E42CAFFBA0:
  692. flags: VkAttachmentDescriptionFlags = 0
  693. format: VkFormat = VK_FORMAT_B8G8R8A8_SRGB (50)
  694. samples: VkSampleCountFlagBits = 1 (VK_SAMPLE_COUNT_1_BIT)
  695. loadOp: VkAttachmentLoadOp = VK_ATTACHMENT_LOAD_OP_CLEAR (1)
  696. storeOp: VkAttachmentStoreOp = VK_ATTACHMENT_STORE_OP_STORE (0)
  697. stencilLoadOp: VkAttachmentLoadOp = VK_ATTACHMENT_LOAD_OP_DONT_CARE (2)
  698. stencilStoreOp: VkAttachmentStoreOp = VK_ATTACHMENT_STORE_OP_DONT_CARE (1)
  699. initialLayout: VkImageLayout = VK_IMAGE_LAYOUT_UNDEFINED (0)
  700. finalLayout: VkImageLayout = VK_IMAGE_LAYOUT_PRESENT_SRC_KHR (1000001002)
  701. subpassCount: uint32_t = 1
  702. pSubpasses: const VkSubpassDescription* = 000000E42CAFFB30
  703. pSubpasses[0]: const VkSubpassDescription = 000000E42CAFFB30:
  704. flags: VkSubpassDescriptionFlags = 0
  705. pipelineBindPoint: VkPipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS (0)
  706. inputAttachmentCount: uint32_t = 0
  707. pInputAttachments: const VkAttachmentReference* = NULL
  708. colorAttachmentCount: uint32_t = 1
  709. pColorAttachments: const VkAttachmentReference* = 000000E42CAFFAE0
  710. pColorAttachments[0]: const VkAttachmentReference = 000000E42CAFFAE0:
  711. attachment: uint32_t = 0
  712. layout: VkImageLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL (2)
  713. pResolveAttachments: const VkAttachmentReference* = NULL
  714. pDepthStencilAttachment: const VkAttachmentReference* = NULL
  715. preserveAttachmentCount: uint32_t = 0
  716. pPreserveAttachments: const uint32_t* = NULL
  717. dependencyCount: uint32_t = 1
  718. pDependencies: const VkSubpassDependency* = 000000E42CAFFB80
  719. pDependencies[0]: const VkSubpassDependency = 000000E42CAFFB80:
  720. srcSubpass: uint32_t = 4294967295
  721. dstSubpass: uint32_t = 0
  722. srcStageMask: VkPipelineStageFlags = 1024 (VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT)
  723. dstStageMask: VkPipelineStageFlags = 1024 (VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT)
  724. srcAccessMask: VkAccessFlags = 0 (VK_ACCESS_NONE)
  725. dstAccessMask: VkAccessFlags = 256 (VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT)
  726. dependencyFlags: VkDependencyFlags = 0
  727. pAllocator: const VkAllocationCallbacks* = NULL
  728. pRenderPass: VkRenderPass* = 000002AC99B363A0
  729.  
  730. Thread 0, Frame 0, Time 213938 us:
  731. vkCreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule) returns VkResult VK_SUCCESS (0):
  732. device: VkDevice = 000002AC96F676F0
  733. pCreateInfo: const VkShaderModuleCreateInfo* = 000000E42CAFF998:
  734. sType: VkStructureType = VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO (16)
  735. pNext: const void* = NULL
  736. flags: VkShaderModuleCreateFlags = 0
  737. codeSize: size_t = 1456
  738. pCode: const uint32_t* = 000002AC99B451C0
  739. pCode[0]: const uint32_t = 119734787
  740. pCode[1]: const uint32_t = 65536
  741. pCode[2]: const uint32_t = 851979
  742. pCode[3]: const uint32_t = 52
  743. pCode[4]: const uint32_t = 0
  744. pCode[5]: const uint32_t = 131089
  745. pCode[6]: const uint32_t = 1
  746. pCode[7]: const uint32_t = 393227
  747. pCode[8]: const uint32_t = 1
  748. pCode[9]: const uint32_t = 1280527431
  749. pCode[10]: const uint32_t = 1685353262
  750. pCode[11]: const uint32_t = 808793134
  751. pCode[12]: const uint32_t = 0
  752. pCode[13]: const uint32_t = 196622
  753. pCode[14]: const uint32_t = 0
  754. pCode[15]: const uint32_t = 1
  755. pCode[16]: const uint32_t = 524303
  756. pCode[17]: const uint32_t = 0
  757. pCode[18]: const uint32_t = 4
  758. pCode[19]: const uint32_t = 1852399981
  759. pCode[20]: const uint32_t = 0
  760. pCode[21]: const uint32_t = 32
  761. pCode[22]: const uint32_t = 36
  762. pCode[23]: const uint32_t = 47
  763. pCode[24]: const uint32_t = 196611
  764. pCode[25]: const uint32_t = 2
  765. pCode[26]: const uint32_t = 450
  766. pCode[27]: const uint32_t = 655364
  767. pCode[28]: const uint32_t = 1197427783
  768. pCode[29]: const uint32_t = 1279741775
  769. pCode[30]: const uint32_t = 1885560645
  770. pCode[31]: const uint32_t = 1953718128
  771. pCode[32]: const uint32_t = 1600482425
  772. pCode[33]: const uint32_t = 1701734764
  773. pCode[34]: const uint32_t = 1919509599
  774. pCode[35]: const uint32_t = 1769235301
  775. pCode[36]: const uint32_t = 25974
  776. pCode[37]: const uint32_t = 524292
  777. pCode[38]: const uint32_t = 1197427783
  778. pCode[39]: const uint32_t = 1279741775
  779. pCode[40]: const uint32_t = 1852399429
  780. pCode[41]: const uint32_t = 1685417059
  781. pCode[42]: const uint32_t = 1768185701
  782. pCode[43]: const uint32_t = 1952671090
  783. pCode[44]: const uint32_t = 6649449
  784. pCode[45]: const uint32_t = 262149
  785. pCode[46]: const uint32_t = 4
  786. pCode[47]: const uint32_t = 1852399981
  787. pCode[48]: const uint32_t = 0
  788. pCode[49]: const uint32_t = 327685
  789. pCode[50]: const uint32_t = 12
  790. pCode[51]: const uint32_t = 1769172848
  791. pCode[52]: const uint32_t = 1852795252
  792. pCode[53]: const uint32_t = 115
  793. pCode[54]: const uint32_t = 262149
  794. pCode[55]: const uint32_t = 23
  795. pCode[56]: const uint32_t = 1869377379
  796. pCode[57]: const uint32_t = 29554
  797. pCode[58]: const uint32_t = 393221
  798. pCode[59]: const uint32_t = 30
  799. pCode[60]: const uint32_t = 1348430951
  800. pCode[61]: const uint32_t = 1700164197
  801. pCode[62]: const uint32_t = 2019914866
  802. pCode[63]: const uint32_t = 0
  803. pCode[64]: const uint32_t = 393222
  804. pCode[65]: const uint32_t = 30
  805. pCode[66]: const uint32_t = 0
  806. pCode[67]: const uint32_t = 1348430951
  807. pCode[68]: const uint32_t = 1953067887
  808. pCode[69]: const uint32_t = 7237481
  809. pCode[70]: const uint32_t = 458758
  810. pCode[71]: const uint32_t = 30
  811. pCode[72]: const uint32_t = 1
  812. pCode[73]: const uint32_t = 1348430951
  813. pCode[74]: const uint32_t = 1953393007
  814. pCode[75]: const uint32_t = 1702521171
  815. pCode[76]: const uint32_t = 0
  816. pCode[77]: const uint32_t = 458758
  817. pCode[78]: const uint32_t = 30
  818. pCode[79]: const uint32_t = 2
  819. pCode[80]: const uint32_t = 1130327143
  820. pCode[81]: const uint32_t = 1148217708
  821. pCode[82]: const uint32_t = 1635021673
  822. pCode[83]: const uint32_t = 6644590
  823. pCode[84]: const uint32_t = 458758
  824. pCode[85]: const uint32_t = 30
  825. pCode[86]: const uint32_t = 3
  826. pCode[87]: const uint32_t = 1130327143
  827. pCode[88]: const uint32_t = 1147956341
  828. pCode[89]: const uint32_t = 1635021673
  829. pCode[90]: const uint32_t = 6644590
  830. pCode[91]: const uint32_t = 196613
  831. pCode[92]: const uint32_t = 32
  832. pCode[93]: const uint32_t = 0
  833. pCode[94]: const uint32_t = 393221
  834. pCode[95]: const uint32_t = 36
  835. pCode[96]: const uint32_t = 1449094247
  836. pCode[97]: const uint32_t = 1702130277
  837. pCode[98]: const uint32_t = 1684949368
  838. pCode[99]: const uint32_t = 30821
  839. pCode[100]: const uint32_t = 327685
  840. pCode[101]: const uint32_t = 47
  841. pCode[102]: const uint32_t = 1734439526
  842. pCode[103]: const uint32_t = 1869377347
  843. pCode[104]: const uint32_t = 114
  844. pCode[105]: const uint32_t = 327752
  845. pCode[106]: const uint32_t = 30
  846. pCode[107]: const uint32_t = 0
  847. pCode[108]: const uint32_t = 11
  848. pCode[109]: const uint32_t = 0
  849. pCode[110]: const uint32_t = 327752
  850. pCode[111]: const uint32_t = 30
  851. pCode[112]: const uint32_t = 1
  852. pCode[113]: const uint32_t = 11
  853. pCode[114]: const uint32_t = 1
  854. pCode[115]: const uint32_t = 327752
  855. pCode[116]: const uint32_t = 30
  856. pCode[117]: const uint32_t = 2
  857. pCode[118]: const uint32_t = 11
  858. pCode[119]: const uint32_t = 3
  859. pCode[120]: const uint32_t = 327752
  860. pCode[121]: const uint32_t = 30
  861. pCode[122]: const uint32_t = 3
  862. pCode[123]: const uint32_t = 11
  863. pCode[124]: const uint32_t = 4
  864. pCode[125]: const uint32_t = 196679
  865. pCode[126]: const uint32_t = 30
  866. pCode[127]: const uint32_t = 2
  867. pCode[128]: const uint32_t = 262215
  868. pCode[129]: const uint32_t = 36
  869. pCode[130]: const uint32_t = 11
  870. pCode[131]: const uint32_t = 42
  871. pCode[132]: const uint32_t = 262215
  872. pCode[133]: const uint32_t = 47
  873. pCode[134]: const uint32_t = 30
  874. pCode[135]: const uint32_t = 0
  875. pCode[136]: const uint32_t = 131091
  876. pCode[137]: const uint32_t = 2
  877. pCode[138]: const uint32_t = 196641
  878. pCode[139]: const uint32_t = 3
  879. pCode[140]: const uint32_t = 2
  880. pCode[141]: const uint32_t = 196630
  881. pCode[142]: const uint32_t = 6
  882. pCode[143]: const uint32_t = 32
  883. pCode[144]: const uint32_t = 262167
  884. pCode[145]: const uint32_t = 7
  885. pCode[146]: const uint32_t = 6
  886. pCode[147]: const uint32_t = 2
  887. pCode[148]: const uint32_t = 262165
  888. pCode[149]: const uint32_t = 8
  889. pCode[150]: const uint32_t = 32
  890. pCode[151]: const uint32_t = 0
  891. pCode[152]: const uint32_t = 262187
  892. pCode[153]: const uint32_t = 8
  893. pCode[154]: const uint32_t = 9
  894. pCode[155]: const uint32_t = 3
  895. pCode[156]: const uint32_t = 262172
  896. pCode[157]: const uint32_t = 10
  897. pCode[158]: const uint32_t = 7
  898. pCode[159]: const uint32_t = 9
  899. pCode[160]: const uint32_t = 262176
  900. pCode[161]: const uint32_t = 11
  901. pCode[162]: const uint32_t = 6
  902. pCode[163]: const uint32_t = 10
  903. pCode[164]: const uint32_t = 262203
  904. pCode[165]: const uint32_t = 11
  905. pCode[166]: const uint32_t = 12
  906. pCode[167]: const uint32_t = 6
  907. pCode[168]: const uint32_t = 262187
  908. pCode[169]: const uint32_t = 6
  909. pCode[170]: const uint32_t = 13
  910. pCode[171]: const uint32_t = 0
  911. pCode[172]: const uint32_t = 262187
  912. pCode[173]: const uint32_t = 6
  913. pCode[174]: const uint32_t = 14
  914. pCode[175]: const uint32_t = 3204448256
  915. pCode[176]: const uint32_t = 327724
  916. pCode[177]: const uint32_t = 7
  917. pCode[178]: const uint32_t = 15
  918. pCode[179]: const uint32_t = 13
  919. pCode[180]: const uint32_t = 14
  920. pCode[181]: const uint32_t = 262187
  921. pCode[182]: const uint32_t = 6
  922. pCode[183]: const uint32_t = 16
  923. pCode[184]: const uint32_t = 1056964608
  924. pCode[185]: const uint32_t = 327724
  925. pCode[186]: const uint32_t = 7
  926. pCode[187]: const uint32_t = 17
  927. pCode[188]: const uint32_t = 16
  928. pCode[189]: const uint32_t = 16
  929. pCode[190]: const uint32_t = 327724
  930. pCode[191]: const uint32_t = 7
  931. pCode[192]: const uint32_t = 18
  932. pCode[193]: const uint32_t = 14
  933. pCode[194]: const uint32_t = 16
  934. pCode[195]: const uint32_t = 393260
  935. pCode[196]: const uint32_t = 10
  936. pCode[197]: const uint32_t = 19
  937. pCode[198]: const uint32_t = 15
  938. pCode[199]: const uint32_t = 17
  939. pCode[200]: const uint32_t = 18
  940. pCode[201]: const uint32_t = 262167
  941. pCode[202]: const uint32_t = 20
  942. pCode[203]: const uint32_t = 6
  943. pCode[204]: const uint32_t = 3
  944. pCode[205]: const uint32_t = 262172
  945. pCode[206]: const uint32_t = 21
  946. pCode[207]: const uint32_t = 20
  947. pCode[208]: const uint32_t = 9
  948. pCode[209]: const uint32_t = 262176
  949. pCode[210]: const uint32_t = 22
  950. pCode[211]: const uint32_t = 6
  951. pCode[212]: const uint32_t = 21
  952. pCode[213]: const uint32_t = 262203
  953. pCode[214]: const uint32_t = 22
  954. pCode[215]: const uint32_t = 23
  955. pCode[216]: const uint32_t = 6
  956. pCode[217]: const uint32_t = 262187
  957. pCode[218]: const uint32_t = 6
  958. pCode[219]: const uint32_t = 24
  959. pCode[220]: const uint32_t = 1065353216
  960. pCode[221]: const uint32_t = 393260
  961. pCode[222]: const uint32_t = 20
  962. pCode[223]: const uint32_t = 25
  963. pCode[224]: const uint32_t = 24
  964. pCode[225]: const uint32_t = 13
  965. pCode[226]: const uint32_t = 13
  966. pCode[227]: const uint32_t = 393260
  967. pCode[228]: const uint32_t = 21
  968. pCode[229]: const uint32_t = 26
  969. pCode[230]: const uint32_t = 25
  970. pCode[231]: const uint32_t = 25
  971. pCode[232]: const uint32_t = 25
  972. pCode[233]: const uint32_t = 262167
  973. pCode[234]: const uint32_t = 27
  974. pCode[235]: const uint32_t = 6
  975. pCode[236]: const uint32_t = 4
  976. pCode[237]: const uint32_t = 262187
  977. pCode[238]: const uint32_t = 8
  978. pCode[239]: const uint32_t = 28
  979. pCode[240]: const uint32_t = 1
  980. pCode[241]: const uint32_t = 262172
  981. pCode[242]: const uint32_t = 29
  982. pCode[243]: const uint32_t = 6
  983. pCode[244]: const uint32_t = 28
  984. pCode[245]: const uint32_t = 393246
  985. pCode[246]: const uint32_t = 30
  986. pCode[247]: const uint32_t = 27
  987. pCode[248]: const uint32_t = 6
  988. pCode[249]: const uint32_t = 29
  989. pCode[250]: const uint32_t = 29
  990. pCode[251]: const uint32_t = 262176
  991. pCode[252]: const uint32_t = 31
  992. pCode[253]: const uint32_t = 3
  993. pCode[254]: const uint32_t = 30
  994. pCode[255]: const uint32_t = 262203
  995. pCode[256]: const uint32_t = 31
  996. pCode[257]: const uint32_t = 32
  997. pCode[258]: const uint32_t = 3
  998. pCode[259]: const uint32_t = 262165
  999. pCode[260]: const uint32_t = 33
  1000. pCode[261]: const uint32_t = 32
  1001. pCode[262]: const uint32_t = 1
  1002. pCode[263]: const uint32_t = 262187
  1003. pCode[264]: const uint32_t = 33
  1004. pCode[265]: const uint32_t = 34
  1005. pCode[266]: const uint32_t = 0
  1006. pCode[267]: const uint32_t = 262176
  1007. pCode[268]: const uint32_t = 35
  1008. pCode[269]: const uint32_t = 1
  1009. pCode[270]: const uint32_t = 33
  1010. pCode[271]: const uint32_t = 262203
  1011. pCode[272]: const uint32_t = 35
  1012. pCode[273]: const uint32_t = 36
  1013. pCode[274]: const uint32_t = 1
  1014. pCode[275]: const uint32_t = 262176
  1015. pCode[276]: const uint32_t = 38
  1016. pCode[277]: const uint32_t = 6
  1017. pCode[278]: const uint32_t = 7
  1018. pCode[279]: const uint32_t = 262176
  1019. pCode[280]: const uint32_t = 44
  1020. pCode[281]: const uint32_t = 3
  1021. pCode[282]: const uint32_t = 27
  1022. pCode[283]: const uint32_t = 262176
  1023. pCode[284]: const uint32_t = 46
  1024. pCode[285]: const uint32_t = 3
  1025. pCode[286]: const uint32_t = 20
  1026. pCode[287]: const uint32_t = 262203
  1027. pCode[288]: const uint32_t = 46
  1028. pCode[289]: const uint32_t = 47
  1029. pCode[290]: const uint32_t = 3
  1030. pCode[291]: const uint32_t = 262176
  1031. pCode[292]: const uint32_t = 49
  1032. pCode[293]: const uint32_t = 6
  1033. pCode[294]: const uint32_t = 20
  1034. pCode[295]: const uint32_t = 327734
  1035. pCode[296]: const uint32_t = 2
  1036. pCode[297]: const uint32_t = 4
  1037. pCode[298]: const uint32_t = 0
  1038. pCode[299]: const uint32_t = 3
  1039. pCode[300]: const uint32_t = 131320
  1040. pCode[301]: const uint32_t = 5
  1041. pCode[302]: const uint32_t = 196670
  1042. pCode[303]: const uint32_t = 12
  1043. pCode[304]: const uint32_t = 19
  1044. pCode[305]: const uint32_t = 196670
  1045. pCode[306]: const uint32_t = 23
  1046. pCode[307]: const uint32_t = 26
  1047. pCode[308]: const uint32_t = 262205
  1048. pCode[309]: const uint32_t = 33
  1049. pCode[310]: const uint32_t = 37
  1050. pCode[311]: const uint32_t = 36
  1051. pCode[312]: const uint32_t = 327745
  1052. pCode[313]: const uint32_t = 38
  1053. pCode[314]: const uint32_t = 39
  1054. pCode[315]: const uint32_t = 12
  1055. pCode[316]: const uint32_t = 37
  1056. pCode[317]: const uint32_t = 262205
  1057. pCode[318]: const uint32_t = 7
  1058. pCode[319]: const uint32_t = 40
  1059. pCode[320]: const uint32_t = 39
  1060. pCode[321]: const uint32_t = 327761
  1061. pCode[322]: const uint32_t = 6
  1062. pCode[323]: const uint32_t = 41
  1063. pCode[324]: const uint32_t = 40
  1064. pCode[325]: const uint32_t = 0
  1065. pCode[326]: const uint32_t = 327761
  1066. pCode[327]: const uint32_t = 6
  1067. pCode[328]: const uint32_t = 42
  1068. pCode[329]: const uint32_t = 40
  1069. pCode[330]: const uint32_t = 1
  1070. pCode[331]: const uint32_t = 458832
  1071. pCode[332]: const uint32_t = 27
  1072. pCode[333]: const uint32_t = 43
  1073. pCode[334]: const uint32_t = 41
  1074. pCode[335]: const uint32_t = 42
  1075. pCode[336]: const uint32_t = 13
  1076. pCode[337]: const uint32_t = 24
  1077. pCode[338]: const uint32_t = 327745
  1078. pCode[339]: const uint32_t = 44
  1079. pCode[340]: const uint32_t = 45
  1080. pCode[341]: const uint32_t = 32
  1081. pCode[342]: const uint32_t = 34
  1082. pCode[343]: const uint32_t = 196670
  1083. pCode[344]: const uint32_t = 45
  1084. pCode[345]: const uint32_t = 43
  1085. pCode[346]: const uint32_t = 262205
  1086. pCode[347]: const uint32_t = 33
  1087. pCode[348]: const uint32_t = 48
  1088. pCode[349]: const uint32_t = 36
  1089. pCode[350]: const uint32_t = 327745
  1090. pCode[351]: const uint32_t = 49
  1091. pCode[352]: const uint32_t = 50
  1092. pCode[353]: const uint32_t = 23
  1093. pCode[354]: const uint32_t = 48
  1094. pCode[355]: const uint32_t = 262205
  1095. pCode[356]: const uint32_t = 20
  1096. pCode[357]: const uint32_t = 51
  1097. pCode[358]: const uint32_t = 50
  1098. pCode[359]: const uint32_t = 196670
  1099. pCode[360]: const uint32_t = 47
  1100. pCode[361]: const uint32_t = 51
  1101. pCode[362]: const uint32_t = 65789
  1102. pCode[363]: const uint32_t = 65592
  1103. pAllocator: const VkAllocationCallbacks* = NULL
  1104. pShaderModule: VkShaderModule* = 000002AC9772E480
  1105.  
  1106. Thread 0, Frame 0, Time 214923 us:
  1107. vkCreateShaderModule(device, pCreateInfo, pAllocator, pShaderModule) returns VkResult VK_SUCCESS (0):
  1108. device: VkDevice = 000002AC96F676F0
  1109. pCreateInfo: const VkShaderModuleCreateInfo* = 000000E42CAFF9C0:
  1110. sType: VkStructureType = VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO (16)
  1111. pNext: const void* = NULL
  1112. flags: VkShaderModuleCreateFlags = 0
  1113. codeSize: size_t = 572
  1114. pCode: const uint32_t* = 000002AC99B45780
  1115. pCode[0]: const uint32_t = 119734787
  1116. pCode[1]: const uint32_t = 65536
  1117. pCode[2]: const uint32_t = 851979
  1118. pCode[3]: const uint32_t = 19
  1119. pCode[4]: const uint32_t = 0
  1120. pCode[5]: const uint32_t = 131089
  1121. pCode[6]: const uint32_t = 1
  1122. pCode[7]: const uint32_t = 393227
  1123. pCode[8]: const uint32_t = 1
  1124. pCode[9]: const uint32_t = 1280527431
  1125. pCode[10]: const uint32_t = 1685353262
  1126. pCode[11]: const uint32_t = 808793134
  1127. pCode[12]: const uint32_t = 0
  1128. pCode[13]: const uint32_t = 196622
  1129. pCode[14]: const uint32_t = 0
  1130. pCode[15]: const uint32_t = 1
  1131. pCode[16]: const uint32_t = 458767
  1132. pCode[17]: const uint32_t = 4
  1133. pCode[18]: const uint32_t = 4
  1134. pCode[19]: const uint32_t = 1852399981
  1135. pCode[20]: const uint32_t = 0
  1136. pCode[21]: const uint32_t = 9
  1137. pCode[22]: const uint32_t = 12
  1138. pCode[23]: const uint32_t = 196624
  1139. pCode[24]: const uint32_t = 4
  1140. pCode[25]: const uint32_t = 7
  1141. pCode[26]: const uint32_t = 196611
  1142. pCode[27]: const uint32_t = 2
  1143. pCode[28]: const uint32_t = 450
  1144. pCode[29]: const uint32_t = 655364
  1145. pCode[30]: const uint32_t = 1197427783
  1146. pCode[31]: const uint32_t = 1279741775
  1147. pCode[32]: const uint32_t = 1885560645
  1148. pCode[33]: const uint32_t = 1953718128
  1149. pCode[34]: const uint32_t = 1600482425
  1150. pCode[35]: const uint32_t = 1701734764
  1151. pCode[36]: const uint32_t = 1919509599
  1152. pCode[37]: const uint32_t = 1769235301
  1153. pCode[38]: const uint32_t = 25974
  1154. pCode[39]: const uint32_t = 524292
  1155. pCode[40]: const uint32_t = 1197427783
  1156. pCode[41]: const uint32_t = 1279741775
  1157. pCode[42]: const uint32_t = 1852399429
  1158. pCode[43]: const uint32_t = 1685417059
  1159. pCode[44]: const uint32_t = 1768185701
  1160. pCode[45]: const uint32_t = 1952671090
  1161. pCode[46]: const uint32_t = 6649449
  1162. pCode[47]: const uint32_t = 262149
  1163. pCode[48]: const uint32_t = 4
  1164. pCode[49]: const uint32_t = 1852399981
  1165. pCode[50]: const uint32_t = 0
  1166. pCode[51]: const uint32_t = 327685
  1167. pCode[52]: const uint32_t = 9
  1168. pCode[53]: const uint32_t = 1131705711
  1169. pCode[54]: const uint32_t = 1919904879
  1170. pCode[55]: const uint32_t = 0
  1171. pCode[56]: const uint32_t = 327685
  1172. pCode[57]: const uint32_t = 12
  1173. pCode[58]: const uint32_t = 1734439526
  1174. pCode[59]: const uint32_t = 1869377347
  1175. pCode[60]: const uint32_t = 114
  1176. pCode[61]: const uint32_t = 262215
  1177. pCode[62]: const uint32_t = 9
  1178. pCode[63]: const uint32_t = 30
  1179. pCode[64]: const uint32_t = 0
  1180. pCode[65]: const uint32_t = 262215
  1181. pCode[66]: const uint32_t = 12
  1182. pCode[67]: const uint32_t = 30
  1183. pCode[68]: const uint32_t = 0
  1184. pCode[69]: const uint32_t = 131091
  1185. pCode[70]: const uint32_t = 2
  1186. pCode[71]: const uint32_t = 196641
  1187. pCode[72]: const uint32_t = 3
  1188. pCode[73]: const uint32_t = 2
  1189. pCode[74]: const uint32_t = 196630
  1190. pCode[75]: const uint32_t = 6
  1191. pCode[76]: const uint32_t = 32
  1192. pCode[77]: const uint32_t = 262167
  1193. pCode[78]: const uint32_t = 7
  1194. pCode[79]: const uint32_t = 6
  1195. pCode[80]: const uint32_t = 4
  1196. pCode[81]: const uint32_t = 262176
  1197. pCode[82]: const uint32_t = 8
  1198. pCode[83]: const uint32_t = 3
  1199. pCode[84]: const uint32_t = 7
  1200. pCode[85]: const uint32_t = 262203
  1201. pCode[86]: const uint32_t = 8
  1202. pCode[87]: const uint32_t = 9
  1203. pCode[88]: const uint32_t = 3
  1204. pCode[89]: const uint32_t = 262167
  1205. pCode[90]: const uint32_t = 10
  1206. pCode[91]: const uint32_t = 6
  1207. pCode[92]: const uint32_t = 3
  1208. pCode[93]: const uint32_t = 262176
  1209. pCode[94]: const uint32_t = 11
  1210. pCode[95]: const uint32_t = 1
  1211. pCode[96]: const uint32_t = 10
  1212. pCode[97]: const uint32_t = 262203
  1213. pCode[98]: const uint32_t = 11
  1214. pCode[99]: const uint32_t = 12
  1215. pCode[100]: const uint32_t = 1
  1216. pCode[101]: const uint32_t = 262187
  1217. pCode[102]: const uint32_t = 6
  1218. pCode[103]: const uint32_t = 14
  1219. pCode[104]: const uint32_t = 1065353216
  1220. pCode[105]: const uint32_t = 327734
  1221. pCode[106]: const uint32_t = 2
  1222. pCode[107]: const uint32_t = 4
  1223. pCode[108]: const uint32_t = 0
  1224. pCode[109]: const uint32_t = 3
  1225. pCode[110]: const uint32_t = 131320
  1226. pCode[111]: const uint32_t = 5
  1227. pCode[112]: const uint32_t = 262205
  1228. pCode[113]: const uint32_t = 10
  1229. pCode[114]: const uint32_t = 13
  1230. pCode[115]: const uint32_t = 12
  1231. pCode[116]: const uint32_t = 327761
  1232. pCode[117]: const uint32_t = 6
  1233. pCode[118]: const uint32_t = 15
  1234. pCode[119]: const uint32_t = 13
  1235. pCode[120]: const uint32_t = 0
  1236. pCode[121]: const uint32_t = 327761
  1237. pCode[122]: const uint32_t = 6
  1238. pCode[123]: const uint32_t = 16
  1239. pCode[124]: const uint32_t = 13
  1240. pCode[125]: const uint32_t = 1
  1241. pCode[126]: const uint32_t = 327761
  1242. pCode[127]: const uint32_t = 6
  1243. pCode[128]: const uint32_t = 17
  1244. pCode[129]: const uint32_t = 13
  1245. pCode[130]: const uint32_t = 2
  1246. pCode[131]: const uint32_t = 458832
  1247. pCode[132]: const uint32_t = 7
  1248. pCode[133]: const uint32_t = 18
  1249. pCode[134]: const uint32_t = 15
  1250. pCode[135]: const uint32_t = 16
  1251. pCode[136]: const uint32_t = 17
  1252. pCode[137]: const uint32_t = 14
  1253. pCode[138]: const uint32_t = 196670
  1254. pCode[139]: const uint32_t = 9
  1255. pCode[140]: const uint32_t = 18
  1256. pCode[141]: const uint32_t = 65789
  1257. pCode[142]: const uint32_t = 65592
  1258. pAllocator: const VkAllocationCallbacks* = NULL
  1259. pShaderModule: VkShaderModule* = 000002AC9772E240
  1260.  
  1261. Thread 0, Frame 0, Time 215299 us:
  1262. vkCreatePipelineLayout(device, pCreateInfo, pAllocator, pPipelineLayout) returns VkResult VK_SUCCESS (0):
  1263. device: VkDevice = 000002AC96F676F0
  1264. pCreateInfo: const VkPipelineLayoutCreateInfo* = 000000E42CAFF8E8:
  1265. sType: VkStructureType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO (30)
  1266. pNext: const void* = NULL
  1267. flags: VkPipelineLayoutCreateFlags = 0
  1268. setLayoutCount: uint32_t = 0
  1269. pSetLayouts: const VkDescriptorSetLayout* = NULL
  1270. pushConstantRangeCount: uint32_t = 0
  1271. pPushConstantRanges: const VkPushConstantRange* = NULL
  1272. pAllocator: const VkAllocationCallbacks* = NULL
  1273. pPipelineLayout: VkPipelineLayout* = 000002AC99B46230
  1274.  
  1275. Thread 0, Frame 0, Time 215503 us:
  1276. vkCreateGraphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines) returns VkResult VK_SUCCESS (0):
  1277. device: VkDevice = 000002AC96F676F0
  1278. pipelineCache: VkPipelineCache = 0000000000000000
  1279. createInfoCount: uint32_t = 1
  1280. pCreateInfos: const VkGraphicsPipelineCreateInfo* = 000000E42CAFF9F0
  1281. pCreateInfos[0]: const VkGraphicsPipelineCreateInfo = 000000E42CAFF9F0:
  1282. sType: VkStructureType = VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO (28)
  1283. pNext: const void* = NULL
  1284. flags: VkPipelineCreateFlags = 0
  1285. stageCount: uint32_t = 2
  1286. pStages: const VkPipelineShaderStageCreateInfo* = 000000E42CAFFA80
  1287. pStages[0]: const VkPipelineShaderStageCreateInfo = 000000E42CAFFA80:
  1288. sType: VkStructureType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO (18)
  1289. pNext: const void* = NULL
  1290. flags: VkPipelineShaderStageCreateFlags = 0
  1291. stage: VkShaderStageFlagBits = 1 (VK_SHADER_STAGE_VERTEX_BIT)
  1292. module: VkShaderModule = 000002AC9772E480
  1293. pName: const char* = "main"
  1294. pSpecializationInfo: const VkSpecializationInfo* = NULL
  1295. pStages[1]: const VkPipelineShaderStageCreateInfo = 000000E42CAFFAB0:
  1296. sType: VkStructureType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO (18)
  1297. pNext: const void* = NULL
  1298. flags: VkPipelineShaderStageCreateFlags = 0
  1299. stage: VkShaderStageFlagBits = 16 (VK_SHADER_STAGE_FRAGMENT_BIT)
  1300. module: VkShaderModule = 000002AC9772E240
  1301. pName: const char* = "main"
  1302. pSpecializationInfo: const VkSpecializationInfo* = NULL
  1303. pVertexInputState: const VkPipelineVertexInputStateCreateInfo* = 000000E42CAFF918:
  1304. sType: VkStructureType = VK_STRUCTURE_TYPE_PIPELINE_VERTEX_INPUT_STATE_CREATE_INFO (19)
  1305. pNext: const void* = NULL
  1306. flags: VkPipelineVertexInputStateCreateFlags = 0
  1307. vertexBindingDescriptionCount: uint32_t = 0
  1308. pVertexBindingDescriptions: const VkVertexInputBindingDescription* = NULL
  1309. vertexAttributeDescriptionCount: uint32_t = 0
  1310. pVertexAttributeDescriptions: const VkVertexInputAttributeDescription* = NULL
  1311. pInputAssemblyState: const VkPipelineInputAssemblyStateCreateInfo* = 000000E42CAFF868:
  1312. sType: VkStructureType = VK_STRUCTURE_TYPE_PIPELINE_INPUT_ASSEMBLY_STATE_CREATE_INFO (20)
  1313. pNext: const void* = NULL
  1314. flags: VkPipelineInputAssemblyStateCreateFlags = 0
  1315. topology: VkPrimitiveTopology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST (3)
  1316. primitiveRestartEnable: VkBool32 = 0
  1317. pTessellationState: const VkPipelineTessellationStateCreateInfo* = NULL
  1318. pViewportState: const VkPipelineViewportStateCreateInfo* = 000000E42CAFF948:
  1319. sType: VkStructureType = VK_STRUCTURE_TYPE_PIPELINE_VIEWPORT_STATE_CREATE_INFO (22)
  1320. pNext: const void* = NULL
  1321. flags: VkPipelineViewportStateCreateFlags = 0
  1322. viewportCount: uint32_t = 1
  1323. pViewports: const VkViewport* = UNUSED
  1324. scissorCount: uint32_t = 1
  1325. pScissors: const VkRect2D* = UNUSED
  1326. pRasterizationState: const VkPipelineRasterizationStateCreateInfo* = 000000E42CAFF810:
  1327. sType: VkStructureType = VK_STRUCTURE_TYPE_PIPELINE_RASTERIZATION_STATE_CREATE_INFO (23)
  1328. pNext: const void* = NULL
  1329. flags: VkPipelineRasterizationStateCreateFlags = 0
  1330. depthClampEnable: VkBool32 = 0
  1331. rasterizerDiscardEnable: VkBool32 = 0
  1332. polygonMode: VkPolygonMode = VK_POLYGON_MODE_FILL (0)
  1333. cullMode: VkCullModeFlags = 2 (VK_CULL_MODE_BACK_BIT)
  1334. frontFace: VkFrontFace = VK_FRONT_FACE_CLOCKWISE (1)
  1335. depthBiasEnable: VkBool32 = 0
  1336. depthBiasConstantFactor: float = 0
  1337. depthBiasClamp: float = 0
  1338. depthBiasSlopeFactor: float = 0
  1339. lineWidth: float = 1
  1340. pMultisampleState: const VkPipelineMultisampleStateCreateInfo* = 000000E42CAFF8B8:
  1341. sType: VkStructureType = VK_STRUCTURE_TYPE_PIPELINE_MULTISAMPLE_STATE_CREATE_INFO (24)
  1342. pNext: const void* = NULL
  1343. flags: VkPipelineMultisampleStateCreateFlags = 0
  1344. rasterizationSamples: VkSampleCountFlagBits = 1 (VK_SAMPLE_COUNT_1_BIT)
  1345. sampleShadingEnable: VkBool32 = 0
  1346. minSampleShading: float = 1
  1347. pSampleMask: const VkSampleMask* = NULL
  1348. alphaToCoverageEnable: VkBool32 = 0
  1349. alphaToOneEnable: VkBool32 = 0
  1350. pDepthStencilState: const VkPipelineDepthStencilStateCreateInfo* = NULL
  1351. pColorBlendState: const VkPipelineColorBlendStateCreateInfo* = 000000E42CAFFAE0:
  1352. sType: VkStructureType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO (26)
  1353. pNext: const void* = NULL
  1354. flags: VkPipelineColorBlendStateCreateFlags = 0
  1355. logicOpEnable: VkBool32 = 0
  1356. logicOp: VkLogicOp = VK_LOGIC_OP_COPY (3)
  1357. attachmentCount: uint32_t = 0
  1358. pAttachments: const VkPipelineColorBlendAttachmentState* = 000000E42CAFFB90
  1359. blendConstants: float[4] = 000000E42CAFFB08
  1360. blendConstants[0]: float = 0
  1361. blendConstants[1]: float = 0
  1362. blendConstants[2]: float = 0
  1363. blendConstants[3]: float = 0
  1364. pDynamicState: const VkPipelineDynamicStateCreateInfo* = 000000E42CAFF978:
  1365. sType: VkStructureType = VK_STRUCTURE_TYPE_PIPELINE_DYNAMIC_STATE_CREATE_INFO (27)
  1366. pNext: const void* = NULL
  1367. flags: VkPipelineDynamicStateCreateFlags = 0
  1368. dynamicStateCount: uint32_t = 2
  1369. pDynamicStates: const VkDynamicState* = 000002AC948FF6A0
  1370. pDynamicStates[0]: const VkDynamicState = VK_DYNAMIC_STATE_VIEWPORT (0)
  1371. pDynamicStates[1]: const VkDynamicState = VK_DYNAMIC_STATE_SCISSOR (1)
  1372. layout: VkPipelineLayout = 000002AC99B46230
  1373. renderPass: VkRenderPass = 000002AC99B363A0
  1374. subpass: uint32_t = 0
  1375. basePipelineHandle: VkPipeline = 0000000000000000
  1376. basePipelineIndex: int32_t = -1
  1377. pAllocator: const VkAllocationCallbacks* = NULL
  1378. pPipelines: VkPipeline* = 00007FF89F0232C0
  1379. pPipelines[0]: VkPipeline = 000002AC99B61180
  1380.  
  1381. Thread 0, Frame 0, Time 216419 us:
  1382. vkDestroyShaderModule(device, shaderModule, pAllocator) returns void:
  1383. device: VkDevice = 000002AC96F676F0
  1384. shaderModule: VkShaderModule = 000002AC9772E480
  1385. pAllocator: const VkAllocationCallbacks* = NULL
  1386.  
  1387. Thread 0, Frame 0, Time 216445 us:
  1388. vkDestroyShaderModule(device, shaderModule, pAllocator) returns void:
  1389. device: VkDevice = 000002AC96F676F0
  1390. shaderModule: VkShaderModule = 000002AC9772E240
  1391. pAllocator: const VkAllocationCallbacks* = NULL
  1392.  
  1393. Thread 0, Frame 0, Time 216474 us:
  1394. vkCreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer) returns VkResult VK_SUCCESS (0):
  1395. device: VkDevice = 000002AC96F676F0
  1396. pCreateInfo: const VkFramebufferCreateInfo* = 000000E42CAFFB90:
  1397. sType: VkStructureType = VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO (37)
  1398. pNext: const void* = NULL
  1399. flags: VkFramebufferCreateFlags = 0
  1400. renderPass: VkRenderPass = 000002AC99B363A0
  1401. attachmentCount: uint32_t = 1
  1402. pAttachments: const VkImageView* = 000000E42CAFFBE8
  1403. pAttachments[0]: const VkImageView = 000002AC99B35140
  1404. width: uint32_t = 1270
  1405. height: uint32_t = 720
  1406. layers: uint32_t = 1
  1407. pAllocator: const VkAllocationCallbacks* = NULL
  1408. pFramebuffer: VkFramebuffer* = 000002AC9772E240
  1409.  
  1410. Thread 0, Frame 0, Time 216520 us:
  1411. vkCreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer) returns VkResult VK_SUCCESS (0):
  1412. device: VkDevice = 000002AC96F676F0
  1413. pCreateInfo: const VkFramebufferCreateInfo* = 000000E42CAFFB90:
  1414. sType: VkStructureType = VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO (37)
  1415. pNext: const void* = NULL
  1416. flags: VkFramebufferCreateFlags = 0
  1417. renderPass: VkRenderPass = 000002AC99B363A0
  1418. attachmentCount: uint32_t = 1
  1419. pAttachments: const VkImageView* = 000000E42CAFFBE8
  1420. pAttachments[0]: const VkImageView = 000002AC99B35920
  1421. width: uint32_t = 1270
  1422. height: uint32_t = 720
  1423. layers: uint32_t = 1
  1424. pAllocator: const VkAllocationCallbacks* = NULL
  1425. pFramebuffer: VkFramebuffer* = 000002AC9772DB80
  1426.  
  1427. Thread 0, Frame 0, Time 216558 us:
  1428. vkCreateFramebuffer(device, pCreateInfo, pAllocator, pFramebuffer) returns VkResult VK_SUCCESS (0):
  1429. device: VkDevice = 000002AC96F676F0
  1430. pCreateInfo: const VkFramebufferCreateInfo* = 000000E42CAFFB90:
  1431. sType: VkStructureType = VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO (37)
  1432. pNext: const void* = NULL
  1433. flags: VkFramebufferCreateFlags = 0
  1434. renderPass: VkRenderPass = 000002AC99B363A0
  1435. attachmentCount: uint32_t = 1
  1436. pAttachments: const VkImageView* = 000000E42CAFFBE8
  1437. pAttachments[0]: const VkImageView = 000002AC99B36250
  1438. width: uint32_t = 1270
  1439. height: uint32_t = 720
  1440. layers: uint32_t = 1
  1441. pAllocator: const VkAllocationCallbacks* = NULL
  1442. pFramebuffer: VkFramebuffer* = 000002AC9772DDC0
  1443.  
  1444. Thread 0, Frame 0, Time 216598 us:
  1445. vkCreateCommandPool(device, pCreateInfo, pAllocator, pCommandPool) returns VkResult VK_SUCCESS (0):
  1446. device: VkDevice = 000002AC96F676F0
  1447. pCreateInfo: const VkCommandPoolCreateInfo* = 000000E42CAFFB90:
  1448. sType: VkStructureType = VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO (39)
  1449. pNext: const void* = NULL
  1450. flags: VkCommandPoolCreateFlags = 2 (VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT)
  1451. queueFamilyIndex: uint32_t = 0
  1452. pAllocator: const VkAllocationCallbacks* = NULL
  1453. pCommandPool: VkCommandPool* = 000002AC99B45210
  1454.  
  1455. Thread 0, Frame 0, Time 216638 us:
  1456. vkAllocateCommandBuffers(device, pAllocateInfo, pCommandBuffers) returns VkResult VK_SUCCESS (0):
  1457. device: VkDevice = 000002AC96F676F0
  1458. pAllocateInfo: const VkCommandBufferAllocateInfo* = 000000E42CAFFBA8:
  1459. sType: VkStructureType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO (40)
  1460. pNext: const void* = NULL
  1461. commandPool: VkCommandPool = 000002AC99B45210
  1462. level: VkCommandBufferLevel = VK_COMMAND_BUFFER_LEVEL_PRIMARY (0)
  1463. commandBufferCount: uint32_t = 1
  1464. pCommandBuffers: VkCommandBuffer* = 00007FF89F023128
  1465. pCommandBuffers[0]: VkCommandBuffer = 000002AC99B65E80
  1466.  
  1467. Thread 0, Frame 0, Time 216708 us:
  1468. vkCreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore) returns VkResult VK_SUCCESS (0):
  1469. device: VkDevice = 000002AC96F676F0
  1470. pCreateInfo: const VkSemaphoreCreateInfo* = 000000E42CAFFBB8:
  1471. sType: VkStructureType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO (9)
  1472. pNext: const void* = NULL
  1473. flags: VkSemaphoreCreateFlags = 0
  1474. pAllocator: const VkAllocationCallbacks* = NULL
  1475. pSemaphore: VkSemaphore* = 000002AC9772E360
  1476.  
  1477. Thread 0, Frame 0, Time 216749 us:
  1478. vkCreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore) returns VkResult VK_SUCCESS (0):
  1479. device: VkDevice = 000002AC96F676F0
  1480. pCreateInfo: const VkSemaphoreCreateInfo* = 000000E42CAFFBB8:
  1481. sType: VkStructureType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO (9)
  1482. pNext: const void* = NULL
  1483. flags: VkSemaphoreCreateFlags = 0
  1484. pAllocator: const VkAllocationCallbacks* = NULL
  1485. pSemaphore: VkSemaphore* = 000002AC9772DCA0
  1486.  
  1487. Thread 0, Frame 0, Time 216781 us:
  1488. vkCreateFence(device, pCreateInfo, pAllocator, pFence) returns VkResult VK_SUCCESS (0):
  1489. device: VkDevice = 000002AC96F676F0
  1490. pCreateInfo: const VkFenceCreateInfo* = 000000E42CAFFBA0:
  1491. sType: VkStructureType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO (8)
  1492. pNext: const void* = NULL
  1493. flags: VkFenceCreateFlags = 1 (VK_FENCE_CREATE_SIGNALED_BIT)
  1494. pAllocator: const VkAllocationCallbacks* = NULL
  1495. pFence: VkFence* = 000002AC974BD210
  1496.  
  1497. Thread 0, Frame 0, Time 216822 us:
  1498. vkDestroyFramebuffer(device, framebuffer, pAllocator) returns void:
  1499. device: VkDevice = 000002AC96F676F0
  1500. framebuffer: VkFramebuffer = 000002AC9772E240
  1501. pAllocator: const VkAllocationCallbacks* = NULL
  1502.  
  1503. Thread 0, Frame 0, Time 216844 us:
  1504. vkDestroyFramebuffer(device, framebuffer, pAllocator) returns void:
  1505. device: VkDevice = 000002AC96F676F0
  1506. framebuffer: VkFramebuffer = 000002AC9772DB80
  1507. pAllocator: const VkAllocationCallbacks* = NULL
  1508.  
  1509. Thread 0, Frame 0, Time 216864 us:
  1510. vkDestroyFramebuffer(device, framebuffer, pAllocator) returns void:
  1511. device: VkDevice = 000002AC96F676F0
  1512. framebuffer: VkFramebuffer = 000002AC9772DDC0
  1513. pAllocator: const VkAllocationCallbacks* = NULL
  1514.  
  1515. Thread 0, Frame 0, Time 216886 us:
  1516. vkDestroyImageView(device, imageView, pAllocator) returns void:
  1517. device: VkDevice = 000002AC96F676F0
  1518. imageView: VkImageView = 000002AC99B35140
  1519. pAllocator: const VkAllocationCallbacks* = NULL
  1520.  
  1521. Thread 0, Frame 0, Time 216908 us:
  1522. vkDestroyImageView(device, imageView, pAllocator) returns void:
  1523. device: VkDevice = 000002AC96F676F0
  1524. imageView: VkImageView = 000002AC99B35920
  1525. pAllocator: const VkAllocationCallbacks* = NULL
  1526.  
  1527. Thread 0, Frame 0, Time 216928 us:
  1528. vkDestroyImageView(device, imageView, pAllocator) returns void:
  1529. device: VkDevice = 000002AC96F676F0
  1530. imageView: VkImageView = 000002AC99B36250
  1531. pAllocator: const VkAllocationCallbacks* = NULL
  1532.  
  1533. Thread 0, Frame 0, Time 216948 us:
  1534. vkDestroyPipeline(device, pipeline, pAllocator) returns void:
  1535. device: VkDevice = 000002AC96F676F0
  1536. pipeline: VkPipeline = 000002AC99B61180
  1537. pAllocator: const VkAllocationCallbacks* = NULL
  1538.  
  1539. Thread 0, Frame 0, Time 216981 us:
  1540. vkDestroyPipelineLayout(device, pipelineLayout, pAllocator) returns void:
  1541. device: VkDevice = 000002AC96F676F0
  1542. pipelineLayout: VkPipelineLayout = 000002AC99B46230
  1543. pAllocator: const VkAllocationCallbacks* = NULL
  1544.  
  1545. Thread 0, Frame 0, Time 217013 us:
  1546. vkDestroyRenderPass(device, renderPass, pAllocator) returns void:
  1547. device: VkDevice = 000002AC96F676F0
  1548. renderPass: VkRenderPass = 000002AC99B363A0
  1549. pAllocator: const VkAllocationCallbacks* = NULL
  1550.  
  1551. Thread 0, Frame 0, Time 217038 us:
  1552. vkDestroyCommandPool(device, commandPool, pAllocator) returns void:
  1553. device: VkDevice = 000002AC96F676F0
  1554. commandPool: VkCommandPool = 000002AC99B45210
  1555. pAllocator: const VkAllocationCallbacks* = NULL
  1556.  
  1557. Thread 0, Frame 0, Time 217080 us:
  1558. vkDestroySemaphore(device, semaphore, pAllocator) returns void:
  1559. device: VkDevice = 000002AC96F676F0
  1560. semaphore: VkSemaphore = 000002AC9772E360
  1561. pAllocator: const VkAllocationCallbacks* = NULL
  1562.  
  1563. Thread 0, Frame 0, Time 217111 us:
  1564. vkDestroySemaphore(device, semaphore, pAllocator) returns void:
  1565. device: VkDevice = 000002AC96F676F0
  1566. semaphore: VkSemaphore = 000002AC9772DCA0
  1567. pAllocator: const VkAllocationCallbacks* = NULL
  1568.  
  1569. Thread 0, Frame 0, Time 217134 us:
  1570. vkDestroyFence(device, fence, pAllocator) returns void:
  1571. device: VkDevice = 000002AC96F676F0
  1572. fence: VkFence = 000002AC974BD210
  1573. pAllocator: const VkAllocationCallbacks* = NULL
  1574.  
  1575. Thread 0, Frame 0, Time 217170 us:
  1576. vkDestroyDebugUtilsMessengerEXT(instance, messenger, pAllocator) returns void:
  1577. instance: VkInstance = 000002AC91F5AC50
  1578. messenger: VkDebugUtilsMessengerEXT = 000002AC91F87400
  1579. pAllocator: const VkAllocationCallbacks* = NULL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement