We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8d9f0 commit 32af6b5Copy full SHA for 32af6b5
src/Aardvark.Rendering.Vulkan/Core/Limits.fs
@@ -401,7 +401,7 @@ type ShaderLimits =
401
l.line "max clip/cull distances: %d" x.MaxCombinedClipAndCullDistances
402
l.line "subpixel offset bits: %d" x.SubPixelInterpolationOffsetBits
403
l.line "texel offset: [%d .. %d]" x.MinTexelOffset x.MaxTexelOffset
404
- l.line "texel grather offset: [%d .. %d]" x.MinTexelGatherOffset x.MaxTexelGatherOffset
+ l.line "texel gather offset: [%d .. %d]" x.MinTexelGatherOffset x.MaxTexelGatherOffset
405
l.line "interpolation offset: [%f .. %f]" x.MinInterpolationOffset x.MaxInterpolationOffset
406
407
type PrecisionLimits =
0 commit comments