Skip to content
Snippets Groups Projects
Verified Commit 06c23ba7 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

[#106] Return to basics

parent 3e563900
No related branches found
No related tags found
1 merge request!89Resolve "Indirect Dispatch"
Pipeline #26855 passed
Source diff could not be displayed: it is stored in LFS. Options to address this: view the blob.
......@@ -31,7 +31,7 @@ bool App::initialize() {
return false;
if (!loadPrePass(m_core, &m_prePass))
false;
return false;
if (!loadSkyPrePass(m_core, &m_skyPrePass))
return false;
......
......@@ -53,6 +53,8 @@ bool MotionBlur::initialize(vkcv::Core* corePtr, const uint32_t targetWidth, con
vkcv::SamplerFilterType::NEAREST,
vkcv::SamplerMipmapMode::NEAREST,
vkcv::SamplerAddressMode::CLAMP_TO_EDGE);
return true;
}
void MotionBlur::setResolution(const uint32_t targetWidth, const uint32_t targetHeight) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment