mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-06 03:23:40 +00:00
75bbb5f4d5
* Bump API patch number and header version number to 12 for this update. Github Issues: * Change valid usage statements intended to be "sub-points" to be actual sub-points (public issue 66). * Replace double negation in description of slink:VkRenderPassBeginInfo::pname:pClearValues (based on public merge 142). * Cleanup minor typos in spec, ref pages and XML, including those proposed in public pull requests 144, 150, 151, 167, 168, 181, and 186. * Use *strict subset* in describing the partial order of memory property types for slink:VkMemoryType, and update the style guide accordingly (public issue 190). * Fix various "a image" -> "an image" typos (public issue 191). * Note in the <<fundamentals-validusage,Valid Usage>> and <<extensions-interactions,Extension Interactions>> sections that structures defined by extensions which may be passed in structure chains using the ptext:pNext member must: include initial ptext:sType and ptext:pNext members (public issue 192). Internal Issues: * Remove duplicate language from the description of the pname:fence parameter to flink:vkQueueSubmit and improve validity language (internal issue 91). * Added documentation for "optional" attribute to XML readme.tex/pdf (internal issue 149). * Clarify the host-side data validity rules and behavior of flink:vkFlushMappedMemoryRanges and flink:vkInvalidateMappedMemoryRanges (internal issue 266). Other Commits: * Added clarification to flink:vkCmdFillBuffer regarding the use of ename:VK_WHOLE_SIZE. * Fixed and documented implementation of "validextensionstructs" attribute. in XML processing scripts and readme.tex/pdf. * Add missing validity statements to flink:vkResetEvent and flink:vkCmdResetEvent. * Fix validity for the ename:VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_LINEAR_BIT flag. Correct all the draw/dispatch commands to mention optimally tiled images as well as linear tiled images, and say image VIEWS instead of images. Add validity statement to flink:vkCmdBlitImage * Replace the {apiname} macro with hardcoded "Vulkan", now that we've committed to that name. * Add the VK_AMD_rasterization_order extension to vk.xml.
68 lines
4.2 KiB
Plaintext
68 lines
4.2 KiB
Plaintext
Copyright (C) 2014-2016 The Khronos Group Inc. All Rights Reserved.
|
|
|
|
This specification is protected by copyright laws and contains material proprietary
|
|
to the Khronos Group, Inc. It or any components may not be reproduced, republished,
|
|
distributed, transmitted, displayed, broadcast or otherwise exploited in any
|
|
manner without the express prior written permission of Khronos Group. You may
|
|
use this specification for implementing the functionality therein, without altering or
|
|
removing any trademark, copyright or other notice from the specification, but the
|
|
receipt or possession of this specification does not convey any rights to reproduce,
|
|
disclose, or distribute its contents, or to manufacture, use, or sell anything that it
|
|
may describe, in whole or in part.
|
|
|
|
Khronos Group grants express permission to any current Promoter, Contributor
|
|
or Adopter member of Khronos to copy and redistribute UNMODIFIED versions
|
|
of this specification in any fashion, provided that NO CHARGE is made for the
|
|
specification and the latest available update of the specification for any version
|
|
of the API is used whenever possible. Such distributed specification may be reformatted
|
|
AS LONG AS the contents of the specification are not changed in any
|
|
way. The specification may be incorporated into a product that is sold as long as
|
|
such product includes significant independent work developed by the seller. A link
|
|
to the current version of this specification on the Khronos Group web-site should
|
|
be included whenever possible with specification distributions.
|
|
|
|
This specification has been created under the Khronos Intellectual Property Rights Policy,
|
|
which is Attachment A of the Khronos Group Membership Agreement available at
|
|
www.khronos.org/files/member_agreement.pdf. This specification contains substantially
|
|
unmodified functionality from, and is a successor to, Khronos specifications including
|
|
OpenGL, OpenGL ES and OpenCL.
|
|
|
|
Some parts of this Specification are purely informative and do not define requirements
|
|
necessary for compliance and so are outside the Scope of this Specification. These
|
|
parts of the Specification are marked by the “Note” icon or designated “Informative”.
|
|
|
|
Where this Specification uses terms, defined in the Glossary or otherwise, that refer to
|
|
enabling technologies that are not expressly set forth as being required for compliance,
|
|
those enabling technologies are outside the Scope of this Specification.
|
|
|
|
Where this Specification uses the terms “may”, or “optional”, such features or
|
|
behaviors do not define requirements necessary for compliance and so are outside the
|
|
Scope of this Specification.
|
|
|
|
Where this Specification uses the terms “not required”, such features or
|
|
behaviors may be omitted from certain implementations, but when they are included, they
|
|
define requirements necessary for compliance and so are INCLUDED in the Scope of this
|
|
Specification.
|
|
|
|
Where this Specification includes normative references to external documents, the
|
|
specifically identified sections and functionality of those external documents are in
|
|
Scope. Requirements defined by external documents not created by Khronos may contain
|
|
contributions from non-members of Khronos not covered by the Khronos Intellectual
|
|
Property Rights Policy.
|
|
|
|
Khronos Group makes no, and expressly disclaims any, representations or warranties,
|
|
express or implied, regarding this specification, including, without limitation,
|
|
any implied warranties of merchantability or fitness for a particular purpose
|
|
or non-infringement of any intellectual property. Khronos Group makes no, and
|
|
expressly disclaims any, warranties, express or implied, regarding the correctness,
|
|
accuracy, completeness, timeliness, and reliability of the specification. Under no
|
|
circumstances will the Khronos Group, or any of its Promoters, Contributors or
|
|
Members or their respective partners, officers, directors, employees, agents or
|
|
representatives be liable for any damages, whether direct, indirect, special or
|
|
consequential damages for lost revenues, lost profits, or otherwise, arising from or in
|
|
connection with these materials.
|
|
|
|
Khronos and Vulkan are trademarks of The Khronos Group Inc. OpenCL is a trademark of
|
|
Apple Inc. and OpenGL is a registered trademark of Silicon Graphics International, both
|
|
used under license by Khronos.
|