• Home
  • Raw
  • Download

Lines Matching +full:vulkan +full:- +full:layers

5 --------
7 The Zink driver is a Gallium driver that emits Vulkan API calls instead
9 desktop OpenGL support on devices that only support Vulkan.
12 --------
14 The feature-level of Zink depends on two things; what's implemented in Zink,
15 as well as the features of the Vulkan driver.
21 exposed, given Vulkan support. There's a few features that are required
23 see rendering-issues and likely validation error, or even crashes.
27 * Vulkan 1.0
56 DRI code-path.
59 Vulkan 1.2, with the ``scalarBlockLayout`` feature.
173 * For Vulkan 1.2 and above:
182 * For Vulkan 1.1 and below:
254 -----------
271 ---------
281 Write the binary SPIR-V form of all compiled shaders to a file in the
294 Vulkan Validation Layers
297 Another useful tool for debugging is the `Vulkan Validation Layers
298 <https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/master/README.md>`_.
300 The validation layers effectively insert extra checking between Zink and the
301 Vulkan driver, pointing out incorrect usage of the Vulkan API. The layers can
303 "VK_LAYER_KHRONOS_validation". You can read more about the Validation Layers
307 ---
315 .. _VK_KHR_maintenance1: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_K…
316 .. _VK_KHR_create_renderpass2: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/htm…
317 .. _VK_KHR_imageless_framebuffer: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/…
318 .. _VK_KHR_timeline_semaphore: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/htm…
319 .. _VK_KHR_external_memory: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/V…
320 .. _VK_EXT_scalar_block_layout: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/ht…
321 .. _VK_EXT_transform_feedback: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/htm…
322 .. _VK_EXT_conditional_rendering: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/…
323 .. _VK_EXT_vertex_attribute_divisor: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/m…
324 .. _VK_EXT_image_2d_view_of_3d: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/ht…
325 .. _VK_KHR_maintenance2: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VK_K…
326 .. _VK_KHR_shader_draw_parameters: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man…
327 .. _VK_KHR_draw_indirect_count: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/ht…
328 .. _VK_KHR_sampler_mirror_clamp_to_edge: https://www.khronos.org/registry/vulkan/specs/1.2-extensio…
329 .. _VK_EXT_custom_border_color: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/ht…
330 .. _VK_EXT_provoking_vertex: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/…
331 .. _VK_EXT_line_rasterization: https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/htm…
332 .. _VK_KHR_swapchain_mutable_format: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/h…
333 .. _VK_EXT_border_color_swizzle: https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/…
334 .. _VK_EXT_depth_clip_enable: https://www.khronos.org/registry/vulkan/specs/1.3-extensions/man/html…