279452463a
* Update release number to 92. Public Issues: * Move and modify valid usage statements dealing with pname:aspectMask in flink:vkCmdClearColorImage, flink:vkCmdClearDepthStencilImage, and slink:VkClearAttachment, so they are in places where all necessary information is available (public issue 529). * Fix math markup in <<textures-texel-anisotropic-filtering, Texel Anisotropic Filtering>> (public pull request 840). * Fix misspellings (public pull request 845). Internal Issues: * Add installation instructions and a Makefile "`chunked`" target for chunked HTML generation (internal issue 1352). * Fix pipeline mesh diagram style; also fix a minor bug in the classic pipeline diagram where vertex/index buffers wrongly fed into the vertex shader (internal issue 1436). * Make asciidoctor ERROR output raise an error, and don't suppress executed command output from CI make invocation (internal issue 1454). * Minor typo fixes and clarifications for `VK_NV_raytracing`. * Cleanup extension-specific properties ** Remove duplicated documentation for pname:maxDiscardRectangles, pname:pointClippingBehavior, and pname:maxVertexAttribDivisor (they shouldn't be documented with the other members of slink:VkPhysicalDeviceLimits at all). ** Remove duplicate anchor for pname:maxVertexAttribDivisor ** Consistently document stext:VkPhysicalDevice<Extension>PropertiesKHR *** Always document pname:sType/pname:pNext (was inconsistent before) *** Always mention chaining to slink:VkPhysicalDeviceProperties2 (and not as slink:VkPhysicalDeviceProperties2KHR) *** Always include Valid Usage statements last * Update Makefile 'checklinks' target and associated scripts, and fix markup problems identified by checkLinks.py, so that we can rely on the checklinks script as part of Gitlab CI. |
||
---|---|---|
.. | ||
README.adoc | ||
accelstruct.svg | ||
base_image_sample_grid.svg | ||
chromasamples_420_xcosited_ycosited.svg | ||
chromasamples_420_xcosited_ymidpoint.svg | ||
chromasamples_420_xmidpoint_ycosited.svg | ||
chromasamples_420_xmidpoint_ymidpoint.svg | ||
chromasamples_422_cosited.svg | ||
chromasamples_422_midpoint.svg | ||
commandbuffer_lifecycle.svg | ||
fragment_mask.svg | ||
innerquad.svg | ||
innertri.svg | ||
non_strict_lines.svg | ||
pipeline.svg | ||
pipelinemesh.svg | ||
primitive_topology_line_list.svg | ||
primitive_topology_line_list_with_adjacency.svg | ||
primitive_topology_line_strip.svg | ||
primitive_topology_line_strip_with_adjacency.svg | ||
primitive_topology_point_list.svg | ||
primitive_topology_triangle_fan.svg | ||
primitive_topology_triangle_list.svg | ||
primitive_topology_triangle_list_with_adjacency.svg | ||
primitive_topology_triangle_strip.svg | ||
primitive_topology_triangle_strip_with_adjacency.svg | ||
raypipe.svg | ||
sample_count_1.svg | ||
sample_count_2.svg | ||
sample_count_4.svg | ||
sample_count_8.svg | ||
sample_count_16.svg | ||
sparseimage.svg | ||
sparseimage_alignedmipsize.svg | ||
sparseimage_alignedmipsize_singlemiptail.svg | ||
sparseimage_multiaspect.svg | ||
sparseimage_singlemiptail.svg | ||
tessparam.svg | ||
tessparamUL.svg | ||
vulkantexture0.svg | ||
vulkantexture1.svg | ||
vulkantexture2.svg |
README.adoc
= Diagrams Diagrams in this folder have been created with Inkscape, using a restricted color palette (white, black, 50% gray and pure red), one choice of dotted vs. solid lines, and only two text sizes (10 and 12) using the generic "sans serif" font family. Size 10 fonts should only be used for incidental text for labelling in the middle of the diagram as an identifying mark (e.g. an example sample point); prefer size 12 fonts wherever possible. Smaller sizes are unreadable at default zoom, and larger sizes stick out and are jarring within the context of the specification. All diagrams are sized 1:1 so that no additional rescaling is required in the Specification, which would affect the font sizes. If adding any new diagrams, please try to maintain consistency with the rest of these diagrams in order to aid consistency and readability of the Vulkan specification. Inkscape does not need to be used, but is recommended as a powerful free tool for generating vector diagrams, and is known to generate diagrams compatible with the rest of the Vulkan toolchain. If using other tools, please ensure that the diagram renders correctly in popular browsers and in the PDF generation path for the specification. == UTF-8 Characters At the moment, the PDF conversion path only supports the Windows-1252 character set, as we are currently using the standard fonts built into every PDF viewer - such that we don't have to embed a different font. Unfortunately these only support Windows-1252, which is a highly limited character set. As such, characters not in that set will not display properly when present in an SVG, and will fire a warning when building the PDF. Luckily, Inkscape has an "Object to path" function built in, which will convert text to a raw path, allowing these characters to be supported. Please ensure that you build the PDF before submitting any new images, particularly with non-standard characters, in order to catch such errors.