Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. diff --git a/samples/hellovr_vulkan/hellovr_vulkan_main.cpp b/samples/hellovr_vulkan/hellovr_vulkan_main.cpp
  2. index 884962b..c100077 100644
  3. --- a/samples/hellovr_vulkan/hellovr_vulkan_main.cpp
  4. +++ b/samples/hellovr_vulkan/hellovr_vulkan_main.cpp
  5. @@ -896,7 +896,7 @@ bool CMainApplication::BInitVulkanInstance()
  6.  
  7. if ( !bFound )
  8. {
  9. - dprintf( "Vulkan missing requested extension '%s'.\n", requiredInstanceExtensions[ nExt ] );
  10. + dprintf( "Vulkan missing requested extension '%s'.\n", requiredInstanceExtensions[ nExt ].c_str() );
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement