• Home
Name Date Size #Lines LOC

..--

README.adocD03-May-20241.9 KiB4332

base_image_sample_grid.svgD03-May-202443.4 KiB667664

chromasamples_420_xcosited_ycosited.svgD03-May-202458.9 KiB835832

chromasamples_420_xcosited_ymidpoint.svgD03-May-202458.9 KiB835832

chromasamples_420_xmidpoint_ycosited.svgD03-May-202458.9 KiB835832

chromasamples_420_xmidpoint_ymidpoint.svgD03-May-202458.9 KiB835832

chromasamples_422_cosited.svgD03-May-202473.7 KiB984981

chromasamples_422_midpoint.svgD03-May-202473.7 KiB984981

commandbuffer_lifecycle.svgD03-May-202429.6 KiB523520

fragment_mask.svgD03-May-202431.7 KiB423420

innerquad.svgD03-May-202435.2 KiB701698

innertri.svgD03-May-202428.2 KiB577574

non_strict_lines.svgD03-May-202414.3 KiB245242

pipeline.svgD03-May-202481.1 KiB1,5141,511

primitive_topology_line_list.svgD03-May-20248.3 KiB162159

primitive_topology_line_list_with_adjacency.svgD03-May-202414.2 KiB240237

primitive_topology_line_strip.svgD03-May-20248.2 KiB158155

primitive_topology_line_strip_with_adjacency.svgD03-May-202411.1 KiB196193

primitive_topology_point_list.svgD03-May-202435.9 KiB889886

primitive_topology_triangle_fan.svgD03-May-202417.3 KiB389386

primitive_topology_triangle_list.svgD03-May-202416.4 KiB343340

primitive_topology_triangle_list_with_adjacency.svgD03-May-202424.7 KiB451448

primitive_topology_triangle_strip.svgD03-May-202440.7 KiB1,0081,005

primitive_topology_triangle_strip_with_adjacency.svgD03-May-202477.8 KiB1,4181,415

sample_count_1.svgD03-May-20241.5 KiB2519

sample_count_16.svgD03-May-20247.2 KiB7064

sample_count_2.svgD03-May-20241.9 KiB2822

sample_count_4.svgD03-May-20242.6 KiB3428

sample_count_8.svgD03-May-20244.1 KiB4640

sparseimage.svgD03-May-202427.7 KiB362359

sparseimage_alignedmipsize.svgD03-May-202420.3 KiB295292

sparseimage_alignedmipsize_singlemiptail.svgD03-May-202418.9 KiB261258

sparseimage_multiaspect.svgD03-May-202425 KiB340337

sparseimage_singlemiptail.svgD03-May-202427.1 KiB353350

tessparam.svgD03-May-202435.3 KiB468465

tessparamUL.svgD03-May-202435.3 KiB468465

vulkantexture0.svgD03-May-202473.2 KiB1,0131,010

vulkantexture1.svgD03-May-202455.8 KiB835832

vulkantexture2.svgD03-May-202423.5 KiB448445

README.adoc

1= Diagrams
2
3Diagrams in this folder have been created with Inkscape, using a restricted
4color palette (white, black, 50% gray and pure red), one choice of dotted
5vs. solid lines, and only two text sizes (10 and 12) using the generic
6"sans serif" font family.
7
8Size 10 fonts should only be used for incidental text for labelling in the
9middle of the diagram as an identifying mark (e.g. an example sample point);
10prefer size 12 fonts wherever possible.
11Smaller sizes are unreadable at default zoom, and larger sizes stick out and
12are jarring within the context of the specification.
13
14All diagrams are sized 1:1 so that no additional rescaling is required in
15the Specification, which would affect the font sizes.
16
17If adding any new diagrams, please try to maintain consistency with the rest
18of these diagrams in order to aid consistency and readability of the Vulkan
19specification.
20Inkscape does not need to be used, but is recommended as a powerful free
21tool for generating vector diagrams, and is known to generate diagrams
22compatible with the rest of the Vulkan toolchain.
23If using other tools, please ensure that the diagram renders correctly in
24popular browsers and in the PDF generation path for the specification.
25
26
27
28== UTF-8 Characters
29
30At the moment, the PDF conversion path only supports the Windows-1252
31character set, as we are currently using the standard fonts built into every
32PDF viewer - such that we don't have to embed a different font.
33Unfortunately these only support Windows-1252, which is a highly limited
34character set.
35
36As such, characters not in that set will not display properly when present
37in an SVG, and will fire a warning when building the PDF.
38Luckily, Inkscape has an "Object to path" function built in, which will
39convert text to a raw path, allowing these characters to be supported.
40
41Please ensure that you build the PDF before submitting any new images,
42particularly with non-standard characters, in order to catch such errors.
43