forked from KhronosGroup/Vulkan-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change log for April 5, 2022 Vulkan 1.3.211 spec update:
* Update release number to 211 for this update. Public Issues: * Clarify dynamic offset with ename:VK_WHOLE_SIZE including new <<buffer-info-effective-range>> language (public issue 1546). * Relax depth copy requirement in common copy image valid usage statement 00153 to ename:VK_IMAGE_TYPE_3D only and clarify copying depth slices for slink:VkImageCopy (public issue 1804). * Avoid a chain of enumerant aliases in `vk.xml` by aliasing ename:VK_PIPELINE_STAGE_2_TRANSFER_BIT_KHR directly to ename:VK_PIPELINE_STAGE_2_ALL_TRANSFER_BIT (public issue 1814). * Fix structure name containing pname:compareMask value in flink:vkCmdSetStencilCompareMask (public pull request 1806). * Fix miiscellaneous minor markup issues (public pull request 1810). * Simplify <<fundamentals-api-name-aliases, typo alias example>> to refer to aliases in the core API rather than extensions (public pull request 1811). * Fix order of swapchain vs device destruction in flink:vkCreateSwapchainKHR (public pull request 1817). * Minor fix for VK_EXT_graphics_pipeline_library proposal vertex shader sample code (public pull request 1819). Internal Issues: * Clarify timestamps write when the stage is done for flink:vkCmdWriteTimestamp and flink:vkCmdWriteTimestamp2 (internal issue 2287). * Add pname:samplerFilterMinmax feature valid usage statement to slink:VkSamplerCreateInfo (internal issu 2747). * Add success and error codes to `vk.xml` for flink:vkWaitForPresentKHR (internal issue 2822). * Add footnote to flink:vkGetDeviceProcAddr suggesting, but not requiring returning `NULL` for core commands beyond the version supported by the implementation (internal issue 3002). * Fix valid usage statement for slink:VkImageFormatListCreateInfo when the image is created with ename:VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_COMPATIBLE_BIT (internal issue 3032). * Disallow binding ray tracing pipelines to protected command buffers in flink:vkCmdBindPipeline (internal issue 3034). * Update valid usage statements for interaction of flink:vkGetRayTracingShaderGroupHandlesKHR and flink:vkGetRayTracingCaptureReplayShaderGroupHandlesKHR with apiext:VK_KHR_pipeline_library (internal issue 3040). * Add capability flags to report support to disable transform skip and use B frame in L1 reference list for the provisional apiext:VK_EXT_video_encode_h265.txt extension (internal issue 3050). * Update description of slink:VkPipelineShaderStageCreateInfo::pname:module and add valid usage for modules being optional when apiext:VK_EXT_graphics_pipelin_library is supported (internal issue 3059). * Remove redundant slink:VkVideoEncodeInfoKHR and slink:VkVideoDecodeInfoKHR pname:codedOffset / pname:codedExtent parameters from the provisional video extensions (internal issue 3062). * Fix "`code:VkDescriptorSetLayout`" typo in flink:vkCmdBindDescriptorSets. New Extensions: * apiext:VK_EXT_image_2d_view_of_3d
- Loading branch information
Showing
24 changed files
with
529 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
// Copyright 2022 The Khronos Group Inc. | ||
// | ||
// SPDX-License-Identifier: CC-BY-4.0 | ||
|
||
include::{generated}/meta/{refprefix}VK_EXT_image_2d_view_of_3d.txt[] | ||
|
||
=== Other Extension Metadata | ||
|
||
*Last Modified Date*:: | ||
2022-02-22 | ||
*IP Status*:: | ||
No known IP claims. | ||
*Contributors*:: | ||
- Mike Blumenkrantz, Valve | ||
- Piers Daniell, NVIDIA | ||
- Spencer Fricke, Samsung | ||
- Ricardo Garcia, Igalia | ||
- Graeme Leese, Broadcom | ||
- Ralph Potter, Samsung | ||
- Stu Smith, AMD | ||
- Shahbaz Youssefi, Google | ||
- Alex Walters, Imagination | ||
|
||
=== Description | ||
|
||
This extension allows a single slice of a 3D image to be used as a 2D view | ||
in image descriptors, matching both the functionality of glBindImageTexture | ||
in OpenGL with the `layer` parameter set to true and 2D view binding | ||
provided by the extension EGL_KHR_gl_texture_3D_image. | ||
It is primarily intended to support GL emulation. | ||
|
||
include::{generated}/interfaces/VK_EXT_image_2d_view_of_3d.txt[] | ||
|
||
=== Version History | ||
|
||
* Revision 1, 2022-03-25 (Mike Blumenkrantz) | ||
- Internal revisions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.