Unverified Commit 15513f08 authored by ReinUsesLisp's avatar ReinUsesLisp
Browse files

maxwell_to_vk: Approach GL_CLAMP closer to the GL spec

The OpenGL spec defines GL_CLAMP's formula similarly to CLAMP_TO_EDGE
and CLAMP_TO_BORDER depending on the filter mode used. It doesn't
exactly behave like this, but it's the closest we can get with what
Vulkan offers without emulating it by injecting shader code.
parent f845df86
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment