Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2017
701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. availables extensions: ['VK_KHR_surface', 'VK_KHR_win32_surface', 'VK_KHR_get_physical_device_properties2', 'VK_EXT_debug_report']
  2.  
  3. availables layers: ['VK_LAYER_LUNARG_api_dump', 'VK_LAYER_LUNARG_core_validation', 'VK_LAYER_LUNARG_monitor', 'VK_LAYER_LUNARG_object_tracker', 'VK_LAYER_LUNARG_parameter_validation', 'VK_LAYER_LUNARG_screenshot', 'VK_LAYER_LUNARG_standard_validation', 'VK_LAYER_GOOGLE_threading', 'VK_LAYER_GOOGLE_unique_objects', 'VK_LAYER_LUNARG_vktrace', 'VK_LAYER_VALVE_steam_overlay', 'VK_LAYER_RENDERDOC_Capture']
  4.  
  5. Create windows surface
  6. Traceback (most recent call last):
  7. File "E:/PySideFactory/Material/example.py", line 212, in <module>
  8. logical_device = vkCreateDevice(physical_device, device_create, None)
  9. File "C:\Program Files\Python36\lib\site-packages\vulkan\__init__.py", line 2563, in vkCreateDevice
  10. raise _exception_codes[result]
  11. vulkan.VkErrorInitializationFailed
  12.  
  13. availables devices: ['AMD Radeon R9 200 Series']
  14. selected device: AMD Radeon R9 200 Series
  15.  
  16. 3 available queue family
  17. indice of selected queue families, graphic: 0, presentation: 0
  18.  
  19. availables device extensions: ['VK_KHR_sampler_mirror_clamp_to_edge', 'VK_KHR_shader_draw_parameters', 'VK_KHR_swapchain', 'VK_KHR_maintenance1', 'VK_AMD_rasterization_order', 'VK_AMD_shader_ballot', 'VK_AMD_shader_trinary_minmax', 'VK_AMD_shader_explicit_vertex_parameter', 'VK_AMD_gcn_shader', 'VK_AMD_draw_indirect_count', 'VK_AMD_negative_viewport_height', 'VK_AMD_shader_info', 'VK_AMD_wave_limits', 'VK_AMD_texture_gather_bias_lod', 'VK_AMD_programmable_sample_locations', 'VK_AMD_mixed_attachment_samples', 'VK_EXT_shader_subgroup_vote', 'VK_AMD_gpa_interface', 'VK_EXT_shader_subgroup_ballot']
  20.  
  21. DEBUG: loader terminator_CreateDevice: Failed in ICD C:\WINDOWS\System32\.\amdvlk64.dll vkCreateDevicecall
  22. DEBUG: ParameterValidation vkCreateDevice: returned VK_ERROR_INITIALIZATION_FAILED, indicating that initialization of an object has failed
  23. DEBUG: loader vkCreateDevice: Failed to create device chain.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement