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

Contrast Adaptive Sharpening (CAS)

Results 4 FidelityFX-CAS issues
Sort by recently updated
recently updated
newest added

I would love to be able to see if this works on linux, but the cl tool is windows dependent. Is the whole CAS effect limited?

I try to build samples and after I run GenerateSolutions.bat I get error: FidelityFX-CAS-master/sample/libs/cauldron does not contain a CMakeLists.txt file. Can someone help?

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",...

How to run CAS as WebGL shader in web browser?