Skip to content

Does this sample really upscale?  #1

@tingxingdong

Description

@tingxingdong

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions