Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 1.29 KB

LunarG

Copyright © 2015-2022 LunarG, Inc.

Creative Commons

Release Notes

Features:

  • Add Vulkan Profiles schema
    • Add VP_KHR_roadmap_2022.json profiles file
    • Add VP_LUNARG_desktop_portability_2021.json profiles file
    • Add VP_ANDROID_baseline_2021.json profiles file
    • Add Vulkan Profiles schema generator using vk.xml
  • Add Profiles API library to use profile in a Vulkan application code
    • Add API to check profile support by Vulkan devices
    • Add API to create VkDevice using a profile
    • Add APIs for profile reflection
    • Add Profiles API library generator using vk.xml
  • Add Profiles layer to simulate profiles during application development
    • Add support of Vulkan 1.3 and all extensions
    • Add support of the Vulkan Profiles JSON Schema
  • Add Profiles Comparison Table