gfx-backend-vulkan 0.8.0

Vulkan API backend for gfx-rs
Documentation

gfx-backend-vulkan

Vulkan backend for gfx-rs.

Normalized Coordinates

Render Depth Texture
render_coordinates depth_coordinates texture_coordinates

Binding Model

Dimensions of the model:

  1. Shader stage: vs, fs, cs, others
  2. Descriptor set: 0 .. max_bound_descriptor_sets
  3. Binding: sparse, but expected to be somewhat tight

Mirroring

HAL is modelled after Vulkan, so everything should be 1:1.