Skip to content

Commit

Permalink
testing the graphic pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dadynaderi1 committed Sep 25, 2024
1 parent 6ea90a6 commit 99b0f66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/TestApps/FirstApp.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include "NeonEngineWindow/NEWindow.hpp"
#include "NeonEnginePipeLine/NEPipeLine.hpp"

namespace NeonEngine
{
Expand All @@ -14,6 +15,7 @@ namespace NeonEngine

private:
NeWindow firstWindow{WIDTH, HEIGHT, "Vulkan Is Here!"};
NEPipeLine NeonEnginePipeLine{"src/Shaders/SampleShader.vert.spv", "src/Shaders/SampleShader.frag.spv"};
};

} // namespace NeonEngine
} // namespace NeonEngine

0 comments on commit 99b0f66

Please sign in to comment.