gfx v0.6.0 Release Notes

Release Date: 2020-08-15 // almost 4 years ago
    • API changes:
      • the old Vulkan-ish swapchain model is completely removed
      • pso::Stage enum is removed from the API into gfx-auxil::ShaderStage
      • SubresourceRange allows unbound array layers and mipmap levels
      • new PrimitiveAssemblerDesc enum
      • DescriptorPool::free_sets is renamed to just free
    • Features:
      • object labels for pipelines and their layouts
      • draw with indirect counts
      • mesh shaders (Vulkan with NV extension only, for now)