Skip to content
Snippets Groups Projects

Resolve "Queues-Abfragen anpassen für Intel HD Graphics"

Merged Ghost User requested to merge 61-queuesIntelGraphicsAdaption into develop
2 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 58f69e4c
    [#61] exemplary annotated code of what had to be changed to run the app with an Intel HD Grapics · 58f69e4c
    Simeon Hermann authored
@@ -25,7 +25,7 @@ int main(int argc, const char** argv) {
window,
applicationName,
VK_MAKE_VERSION(0, 0, 1),
{ vk::QueueFlagBits::eTransfer,vk::QueueFlagBits::eGraphics, vk::QueueFlagBits::eCompute },
{ vk::QueueFlagBits::eGraphics }, //at this place I now must remove the other queues for the app to work but probably there is a better way to handle this
{},
{ "VK_KHR_swapchain" }
);
Loading