summaryrefslogtreecommitdiff
path: root/engine/xe_pipeline.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'engine/xe_pipeline.hpp')
-rwxr-xr-xengine/xe_pipeline.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/xe_pipeline.hpp b/engine/xe_pipeline.hpp
index 269a171..cfa810a 100755
--- a/engine/xe_pipeline.hpp
+++ b/engine/xe_pipeline.hpp
@@ -44,7 +44,7 @@ class Pipeline {
Pipeline operator=(const Pipeline&) = delete;
void bind(VkCommandBuffer commandBuffer);
- static void defaultPipelineConfigInfo(PipelineConfigInfo& configInfo);
+ static void defaultPipelineConfigInfo(PipelineConfigInfo& configInfo, Device& device);
private:
static std::vector<char> readFile(const std::string& filePath);