diff options
| author | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-26 00:06:51 -0400 |
|---|---|---|
| committer | tylermurphy534 <tylermurphy534@gmail.com> | 2022-09-26 00:06:51 -0400 |
| commit | eb89831d1471e78413145ca7159c72b42d33b376 (patch) | |
| tree | f897123c26ca499eaa08a431f0cf6981a979bdac /engine/xe_pipeline.hpp | |
| parent | remove color vertex data, mipmapping (diff) | |
| download | minecraftvulkan-eb89831d1471e78413145ca7159c72b42d33b376.tar.gz minecraftvulkan-eb89831d1471e78413145ca7159c72b42d33b376.tar.bz2 minecraftvulkan-eb89831d1471e78413145ca7159c72b42d33b376.zip | |
MSAA
Diffstat (limited to '')
| -rwxr-xr-x | engine/xe_pipeline.hpp | 2 |
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); |