mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-17 08:46:32 +00:00
* Bump API patch number and header version number to 38 for this update. Github Issues: * Make ename:VK_PIPELINE_STAGE_HOST_BIT invalid for all stage masks, except for flink:vkCmdWaitEvents (public issue 261). Internal Issues: * Added validation language for flink:vkQueueBindSparse, slink:VkPresentInfoKHR, and slink:VkSubmitInfo, and a note to the <<synchronization-semaphores-waiting,Semaphore Waiting and Unsignaling>> section to clarify that semaphores must be signaled and waited on in a 1:1 fashion (internal issue 546). * Modify valid usage for slink:VkBufferImageCopy to only require pname:bufferOffset to be a multiple of the image format's element size when the format is not depth/stencil (internal issue 594). Other Issues: * Vulkan(R) is now a registered trademark symbol, and this is reflected in documents and copyright statements.
146 lines
2.8 KiB
Plaintext
146 lines
2.8 KiB
Plaintext
// Copyright (c) 2014-2016 The Khronos Group Inc.
|
|
// Copyright notice at https://www.khronos.org/registry/speccopyright.html
|
|
|
|
include::specversion.txt[]
|
|
|
|
= Vulkan^(R)^ {apirevision} - A Specification {apititle}
|
|
The Khronos Vulkan Working Group
|
|
:icons:
|
|
:toc2:
|
|
:toclevels: 2
|
|
:toc-placement: manual
|
|
:max-width: 100
|
|
:numbered:
|
|
:doctype: book
|
|
:imagewidth: 800
|
|
:fullimagewidth: {svgpdf@pdf:scaledwidth="75%":width="800"}
|
|
|
|
// Various special / math symbols. This is easier to edit with than Unicode.
|
|
include::config/attribs.txt[]
|
|
|
|
//:editing-notes:
|
|
|
|
// asciidoc automatically generates this information block in XHTML outputs
|
|
ifeval::["{a2x-format}"=="pdf"]
|
|
|
|
[width="100%",options="header"]
|
|
|====
|
|
2+| Revision History
|
|
| Revision {revnumber} | {revdate}
|
|
2+| {revremark}
|
|
|====
|
|
endif::[]
|
|
|
|
<<<<
|
|
|
|
include::copyright-spec.txt[]
|
|
|
|
<<<<
|
|
|
|
// Table of contents is inserted here
|
|
toc::[]
|
|
|
|
:leveloffset: 1
|
|
|
|
:test: 0
|
|
|
|
ifeval::["{test}"=="1"]
|
|
include::chapters/drawing.txt[]
|
|
endif::[]
|
|
|
|
ifeval::["{test}"!="1"]
|
|
include::chapters/introduction.txt[]
|
|
|
|
include::chapters/fundamentals.txt[]
|
|
|
|
include::chapters/initialization.txt[]
|
|
|
|
include::chapters/devsandqueues.txt[]
|
|
|
|
include::chapters/cmdbuffers.txt[]
|
|
|
|
include::chapters/synchronization.txt[]
|
|
|
|
include::chapters/renderpass.txt[]
|
|
|
|
include::chapters/shaders.txt[]
|
|
|
|
include::chapters/pipelines.txt[]
|
|
|
|
include::chapters/memory.txt[]
|
|
|
|
include::chapters/resources.txt[]
|
|
|
|
include::chapters/samplers.txt[]
|
|
|
|
include::chapters/descriptorsets.txt[]
|
|
|
|
include::chapters/interfaces.txt[]
|
|
|
|
include::chapters/textures.txt[]
|
|
|
|
include::chapters/queries.txt[]
|
|
|
|
// Transfer operations
|
|
include::chapters/clears.txt[]
|
|
|
|
include::chapters/copies.txt[]
|
|
|
|
// Graphics Operations
|
|
include::chapters/drawing.txt[]
|
|
|
|
include::chapters/fxvertex.txt[]
|
|
|
|
include::chapters/tessellation.txt[]
|
|
|
|
include::chapters/geometry.txt[]
|
|
|
|
include::chapters/vertexpostproc.txt[]
|
|
|
|
include::chapters/primsrast.txt[]
|
|
|
|
include::chapters/fragops.txt[]
|
|
|
|
include::chapters/framebuffer.txt[]
|
|
|
|
// Compute
|
|
include::chapters/dispatch.txt[]
|
|
|
|
// Device Generated Commands
|
|
ifdef::VK_NVX_device_generated_commands[]
|
|
include::chapters/VK_NVX_device_generated_commands/generatedcommands.txt[]
|
|
endif::VK_NVX_device_generated_commands[]
|
|
|
|
// Sparse
|
|
include::chapters/sparsemem.txt[]
|
|
|
|
ifdef::VK_KHR_surface[]
|
|
include::chapters/VK_KHR_surface/wsi.txt[]
|
|
endif::VK_KHR_surface[]
|
|
|
|
// Sort of an appendix
|
|
include::chapters/extensions.txt[]
|
|
|
|
include::chapters/features.txt[]
|
|
|
|
include::chapters/debugging.txt[]
|
|
|
|
// Appendices
|
|
:numbered!:
|
|
|
|
include::appendices/spirvenv.txt[]
|
|
|
|
include::appendices/compressedtex.txt[]
|
|
|
|
// Extension appendices are now included from extensions.txt
|
|
include::appendices/extensions.txt[]
|
|
|
|
include::appendices/boilerplate.txt[]
|
|
|
|
include::appendices/invariance.txt[]
|
|
|
|
include::appendices/glossary.txt[]
|
|
|
|
include::appendices/credits.txt[]
|
|
endif::[]
|