Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3d3814 + 5425825 commit da228efCopy full SHA for da228ef
1 file changed
06_Texture_mapping/01_Image_view_and_sampler.md
@@ -256,7 +256,7 @@ samplerInfo.compareOp = VK_COMPARE_OP_ALWAYS;
256
257
If a comparison function is enabled, then texels will first be compared to a
258
value, and the result of that comparison is used in filtering operations. This
259
-is mainly used for [percentage-closer filtering](http://http.developer.nvidia.com/GPUGems/gpugems_ch11.html)
+is mainly used for [percentage-closer filtering](http://developer.nvidia.com/GPUGems/gpugems_ch11.html)
260
on shadow maps. We'll look at this in a future chapter.
261
262
```c++
@@ -354,4 +354,4 @@ to draw the texture onto the square.
354
355
[C++ code](/code/sampler.cpp) /
356
[Vertex shader](/code/shader_ubo.vert) /
357
-[Fragment shader](/code/shader_ubo.frag)
+[Fragment shader](/code/shader_ubo.frag)
0 commit comments