Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 1.81 KB | None | 0 0
  1. [I][VK  ]   VK_EXT_transform_feedback (/home/joan/Desktop/anki/src/anki/gr/vulkan/GrManagerImpl.cpp:504 initDevice)
  2. [I][VK  ]   VK_EXT_vertex_attribute_divisor (/home/joan/Desktop/anki/src/anki/gr/vulkan/GrManagerImpl.cpp:504 initDevice)
  3. [I][VK  ]   VK_GOOGLE_decorate_string (/home/joan/Desktop/anki/src/anki/gr/vulkan/GrManagerImpl.cpp:504 initDevice)
  4. [I][VK  ]   VK_GOOGLE_hlsl_functionality1 (/home/joan/Desktop/anki/src/anki/gr/vulkan/GrManagerImpl.cpp:504 initDevice)
  5. [E][VK  ] VK_EXT_descriptor_indexing is required (/home/joan/Desktop/anki/src/anki/gr/vulkan/GrManagerImpl.cpp:561 initDevice)
  6. [E][VK  ] Vulkan initialization failed (/home/joan/Desktop/anki/src/anki/gr/vulkan/GrManagerImpl.cpp:97 init)
  7. [E][CORE] App initialization failed (/home/joan/Desktop/anki/src/anki/core/App.cpp:310 init)
  8. [E][N/A ] Error reported. To run ./../../build/samples/sponza/sponza you have to navigate to the /path/to/anki/samples/sponza. And then execute it (/home/joan/Desktop/anki/samples/sponza/Main.cpp:41 main)
  9. joan@joan-X260:~/Desktop/anki/samples/sponza (master)$ sudo apt install mesa-vulkan-drivers/bionic-updates
  10. [sudo] password for joan:
  11. Reading package lists... Done
  12. Building dependency tree      
  13. Reading state information... Done
  14. mesa-vulkan-drivers is already the newest version (19.0.8-0ubuntu0~18.04.1).
  15. Selected version '19.0.8-0ubuntu0~18.04.1' (Ubuntu:18.04/bionic-updates [amd64]) for 'mesa-vulkan-drivers'
  16. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
  17. joan@joan-X260:~/Desktop/anki/samples/sponza (master)$ mesa
  18.  
  19. Command 'mesa' not found, did you mean:
  20.  
  21.   command 'mesg' from deb util-linux
  22.   command 'mesg' from deb orville-write
  23.  
  24. Try: sudo apt install <deb name>
  25.  
  26. joan@joan-X260:~/Desktop/anki/samples/sponza (master)$ glxinfo | grep "OpenGL version"
  27. OpenGL version string: 3.0 Mesa 19.0.8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement