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.
1 parent d40b02a commit ab9b202Copy full SHA for ab9b202
1 file changed
05_Uniform_buffers/01_Descriptor_pool_and_sets.md
@@ -240,6 +240,6 @@ You can use this feature to put descriptors that vary per-object and descriptors
240
that are shared into separate descriptor sets. In that case you avoid rebinding
241
most of the descriptors across draw calls which is potentially more efficient.
242
243
-[C++ code](/code/descriptor_set.cpp) / /
244
-[Vertex shader](/code/shader_ubo.vert) / /
+[C++ code](/code/descriptor_set.cpp) /
+[Vertex shader](/code/shader_ubo.vert) /
245
[Fragment shader](/code/shader_ubo.frag)
0 commit comments