mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-01-10 14:05:45 +00:00
9858c1e89e
* Update release number to 85. Public Issues: * Add self-dependency ename:VK_DEPENDENCY_BY_REGION_BIT valid usage statements for slink:VkSubpassDependency(public pull request 778). * Apply fix from pull request 742 to slink:VkSubpassDependency and slink:VkSubpassDependency2 (public pull request 779). * Specify the units of slink:VkBufferImageCopy::pname:bufferRowLength and pname:bufferImageHeight as texels (public pull request 781). * Better specify promoted parameter mapping in the `<<VK_KHR_create_renderpass2>>` appendix (public pull request 782). Internal Issues: * Only include the <<fundamentals-validusage-versions, Valid Usage for Newer Core Versions>> section in Vulkan 1.1 or later (internal issue 1381). Other Issues: * Clean up redundant valid usage language for the `VK_ANDROID_external_memory_android_hardware_buffer` extension interaction with slink:VkImageCreateInfo. * Fix error in a flag name within valid usage statements for slink:VkMemoryAllocateInfo. * Clarify that memory types are not totally ordered in slink:VkPhysicalDeviceMemoryProperties. * For slink:VkWriteDescriptorSetInlineUniformBlockEXT, set structextends="VkWriteDescriptorSet" in `vk.xml`, and make slink:VkDescriptorSetLayoutBindingFlagsCreateInfoEXT::pname:pBindingFlags optional. * Add documentation of 'provisional' XML attribute to registry.txt. New Extensions: * `VK_NV_compute_shader_derivatives` * `VK_NV_corner_sampled_image` * `VK_NV_fragment_shader_barycentric` * `VK_NV_mesh_shader` * `VK_NV_representative_fragment_test` * `VK_NV_scissor_exclusive` * `VK_NV_shader_image_footprint` * `VK_NV_shading_rate_image` * `VK_NVX_raytracing`
153 lines
3.0 KiB
Plaintext
153 lines
3.0 KiB
Plaintext
// Copyright (c) 2014-2018 Khronos Group. This work is licensed under a
|
|
// Creative Commons Attribution 4.0 International License; see
|
|
// http://creativecommons.org/licenses/by/4.0/
|
|
|
|
= Vulkan^(R)^ {revnumber} - A Specification {apititle}
|
|
The Khronos Vulkan Working Group
|
|
:data-uri:
|
|
:icons: font
|
|
:toc2:
|
|
:toclevels: 2
|
|
:max-width: 100
|
|
:numbered:
|
|
:source-highlighter: coderay
|
|
// Various special / math symbols. This is easier to edit with than Unicode.
|
|
include::config/attribs.txt[]
|
|
|
|
//:editing-notes:
|
|
|
|
<<<<
|
|
|
|
include::copyright-spec.txt[]
|
|
|
|
<<<<
|
|
|
|
// Table of contents is inserted here
|
|
toc::[]
|
|
|
|
:leveloffset: 1
|
|
|
|
:test: 0
|
|
|
|
ifeval::["{test}"=="1"]
|
|
// include::config/mathtest.txt[]
|
|
|
|
include::chapters/fundamentals.txt[]
|
|
|
|
include::chapters/memory.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[]
|
|
|
|
ifdef::VK_NV_mesh_shader[]
|
|
include::chapters/VK_NV_mesh_shader/mesh.txt[]
|
|
endif::VK_NV_mesh_shader[]
|
|
|
|
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[]
|
|
|
|
// Raytracing
|
|
ifdef::VK_NVX_raytracing[]
|
|
include::chapters/VK_NVX_raytracing/raytracing.txt[]
|
|
endif::VK_NVX_raytracing[]
|
|
|
|
// Sort of an appendix
|
|
include::chapters/extensions.txt[]
|
|
|
|
include::chapters/features.txt[]
|
|
|
|
include::chapters/debugging.txt[]
|
|
|
|
// Appendices
|
|
:numbered!:
|
|
|
|
include::appendices/spirvenv.txt[]
|
|
|
|
ifdef::VK_KHR_vulkan_memory_model[]
|
|
include::appendices/memorymodel.txt[]
|
|
endif::VK_KHR_vulkan_memory_model[]
|
|
|
|
include::appendices/compressedtex.txt[]
|
|
|
|
ifdef::VK_VERSION_1_1[]
|
|
include::appendices/versions.txt[]
|
|
endif::VK_VERSION_1_1[]
|
|
|
|
// 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::[]
|