From 45d794f57d453a5564a7360400c5bfc04bf12b31 Mon Sep 17 00:00:00 2001 From: ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> Date: Wed, 28 May 2025 18:33:49 -0700 Subject: fix doc's website table & grammer (#7268) github pages reqire new-line to render table correctly. Grammer problem. --- docs/user-guide/03-convenience-features.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/user-guide/03-convenience-features.md b/docs/user-guide/03-convenience-features.md index 948809110..f49fdce90 100644 --- a/docs/user-guide/03-convenience-features.md +++ b/docs/user-guide/03-convenience-features.md @@ -521,7 +521,7 @@ int invalidTest() } ``` -Pointer types can also be specified using the generic syntax: `Ptr` is equivalent to `MyType*`. +Pointer types can also be specified using the generic syntax `Ptr`. `Ptr` is equivalent to `MyType*`. ### Limitations @@ -605,6 +605,7 @@ The descriptor set ID of the global descriptor array can be configured with the (or `CompilerOptionName::BindlessSpaceIndex` when using the API) option. Default behavior assigns binding-indicies based on descriptor types: + | Enum Value | Vulkan Descriptor Type | Binding Index | |------------------------|-------------------------------------------|---------------| | Sampler | VK_DESCRIPTOR_TYPE_SAMPLER | 0 | @@ -678,6 +679,7 @@ public enum BindlessDescriptorOptions ``` `None` provides the following bindings for descriptor types: + | Enum Value | Vulkan Descriptor Type | Binding Index | |------------------------|-------------------------------------------|---------------| | Sampler | VK_DESCRIPTOR_TYPE_SAMPLER | 0 | @@ -691,6 +693,7 @@ public enum BindlessDescriptorOptions | Unknown | Other | 8 | `VkMutable` provides the following bindings for descriptor types: + | Enum Value | Vulkan Descriptor Type | Binding Index | |------------------------|-------------------------------------------|---------------| | Sampler | VK_DESCRIPTOR_TYPE_SAMPLER | 0 | -- cgit v1.2.3