Commit 16856027 by Geoff Lang Committed by Commit Bot

Support EXT_shader_texture_lod on Vulkan.

Bug: angleproject:2899,b/161716126 Change-Id: Ia850cbda948c8f6da9ced0bf46fd7f8371125032 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2288333Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 10e9e9a1
...@@ -164,6 +164,9 @@ void RendererVk::ensureCapsInitialized() const ...@@ -164,6 +164,9 @@ void RendererVk::ensureCapsInitialized() const
// Vulkan natively supports standard derivatives // Vulkan natively supports standard derivatives
mNativeExtensions.standardDerivativesOES = true; mNativeExtensions.standardDerivativesOES = true;
// Vulkan natively supports texture LOD
mNativeExtensions.shaderTextureLOD = true;
// Vulkan natively supports noperspective interpolation // Vulkan natively supports noperspective interpolation
mNativeExtensions.noperspectiveInterpolationNV = true; mNativeExtensions.noperspectiveInterpolationNV = true;
......
Markdown is supported
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