Skip to content

Commit 32af6b5

Browse files
committed
[Vulkan] Fix typo
1 parent bb8d9f0 commit 32af6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aardvark.Rendering.Vulkan/Core/Limits.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ type ShaderLimits =
401401
l.line "max clip/cull distances: %d" x.MaxCombinedClipAndCullDistances
402402
l.line "subpixel offset bits: %d" x.SubPixelInterpolationOffsetBits
403403
l.line "texel offset: [%d .. %d]" x.MinTexelOffset x.MaxTexelOffset
404-
l.line "texel grather offset: [%d .. %d]" x.MinTexelGatherOffset x.MaxTexelGatherOffset
404+
l.line "texel gather offset: [%d .. %d]" x.MinTexelGatherOffset x.MaxTexelGatherOffset
405405
l.line "interpolation offset: [%f .. %f]" x.MinInterpolationOffset x.MaxInterpolationOffset
406406

407407
type PrecisionLimits =

0 commit comments

Comments
 (0)