Skip to content

Commit

Permalink
Comment out validation again
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostNaN committed Mar 8, 2022
1 parent aaf9f52 commit 081bb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ int init_gui(int argc, char *argv[]) {
QApplication app(argc, argv);

QVulkanInstance inst;
inst.setLayers(QByteArrayList() << "VK_LAYER_KHRONOS_validation");
// inst.setLayers(QByteArrayList() << "VK_LAYER_KHRONOS_validation");
inst.create();

VulkanWindow *vulkanWindow = new VulkanWindow;
Expand Down

0 comments on commit 081bb67

Please sign in to comment.