summaryrefslogtreecommitdiff
path: root/engine/xe_pipeline.hpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-26 00:06:51 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-26 00:06:51 -0400
commiteb89831d1471e78413145ca7159c72b42d33b376 (patch)
treef897123c26ca499eaa08a431f0cf6981a979bdac /engine/xe_pipeline.hpp
parentremove color vertex data, mipmapping (diff)
downloadminecraftvulkan-eb89831d1471e78413145ca7159c72b42d33b376.tar.gz
minecraftvulkan-eb89831d1471e78413145ca7159c72b42d33b376.tar.bz2
minecraftvulkan-eb89831d1471e78413145ca7159c72b42d33b376.zip
MSAA
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);