FidelityFX-CAS icon indicating copy to clipboard operation
FidelityFX-CAS copied to clipboard

Does this sample really upscale?

Open tingxingdong opened this issue 4 years ago • 1 comments

I check the source code. The sharpen-only and casUpsample use the exact same shader and parameters in file: https://github.com/GPUOpen-Effects/FidelityFX-CAS/blob/master/sample/src/VK/CAS_CS.cpp

        m_casSharpenOnly.OnCreate(pDevice, "CAS_Shader.glsl", "main", m_upscaleDescriptorSetLayout, 64, 1, 1, &defines);


        m_casUpsample.OnCreate(pDevice, "CAS_Shader.glsl", "main", m_upscaleDescriptorSetLayout, 64, 1, 1, &defines);

tingxingdong avatar May 12 '20 16:05 tingxingdong

should use "git submodule update --init --recursive"

tingxingdong avatar Jun 29 '20 03:06 tingxingdong