commit
d3bd5ffc8b
|
@ -839,7 +839,7 @@ We have seen this PDF build error:
|
|||
Failed to load AsciiDoc document - wrong constant name default (NameError)
|
||||
----
|
||||
|
||||
It should not be occuring with updated packages.
|
||||
It should not be occurring with updated packages.
|
||||
Make sure you are using `ruby-enum 0.7.1` or later, and `mathematical 1.6.8`
|
||||
or later.
|
||||
If you are forced to use earlier versions, see
|
||||
|
|
|
@ -205,13 +205,13 @@ When the command is executed, a ray generation group of [eq]#pname:width
|
|||
storage buffer, it must: not access values outside of the range of that
|
||||
buffer specified in the bound descriptor set
|
||||
* [[VUID-vkCmdTraceRaysNV-None-02481]]
|
||||
If a sname:VkImageView is sampled with with ename:VK_FILTER_LINEAR as a
|
||||
If a sname:VkImageView is sampled with ename:VK_FILTER_LINEAR as a
|
||||
result of this command, then the image view's
|
||||
<<resources-image-view-format-features,format features>> must: contain
|
||||
ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT.
|
||||
ifdef::VK_IMG_filter_cubic[]
|
||||
* [[VUID-vkCmdTraceRaysNV-None-02482]]
|
||||
If a sname:VkImageView is sampled with with ename:VK_FILTER_CUBIC_IMG as
|
||||
If a sname:VkImageView is sampled with ename:VK_FILTER_CUBIC_IMG as
|
||||
a result of this command, then the image view's
|
||||
<<resources-image-view-format-features,format features>> must: contain
|
||||
ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_CUBIC_BIT_IMG.
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
:tau: τ
|
||||
:phi: ϕ
|
||||
|
||||
// Word break oportunity tag for HTML
|
||||
// Word break opportunity tag for HTML
|
||||
ifdef::backend-html5[]
|
||||
:wbro: pass:[<wbr>]
|
||||
endif::backend-html5[]
|
||||
|
|
|
@ -127,7 +127,7 @@ refDesc['vkDestroyQueryPool'] = 'Destroy a query pool object'
|
|||
refDesc['vkDestroyRenderPass'] = 'Destroy a render pass object'
|
||||
refDesc['vkDestroySampler'] = 'Destroy a sampler object'
|
||||
refDesc['vkDestroySemaphore'] = 'Destroy a semaphore object'
|
||||
refDesc['vkDestroyShaderModule'] = 'Destroy a shader module module'
|
||||
refDesc['vkDestroyShaderModule'] = 'Destroy a shader module'
|
||||
refDesc['vkDestroySurfaceKHR'] = 'Destroy a VkSurfaceKHR object'
|
||||
refDesc['vkDestroySwapchainKHR'] = 'Destroy a swapchain object'
|
||||
refDesc['vkDeviceWaitIdle'] = 'Wait for a device to become idle'
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
# limitations under the License.
|
||||
|
||||
# Used for automatic reflow of Vulkan spec to satisfy the agreed layout to
|
||||
# minimize git churn. Most of the logic has to to with detecting asciidoc
|
||||
# minimize git churn. Most of the logic has to do with detecting asciidoc
|
||||
# markup or block types that *shouldn't* be reflowed (tables, code) and
|
||||
# ignoring them. It's very likely there are many asciidoc constructs not yet
|
||||
# accounted for in the script, our usage of asciidoc markup is intentionally
|
||||
|
|
Loading…
Reference in New Issue