Skip to content

v0.35.0

Latest

Choose a tag to compare

@KyleMayes KyleMayes released this 15 Feb 15:53

Changed

  • Use &CStr instead of &[u8] for string parameters in command wrappers
  • Removed need for PFN_vkGetDeviceProcAddr function to create StaticCommands (#388)
    • Moved get_device_proc_addr from StaticCommands to InstanceCommands
    • Instance::from_created now takes a &StaticCommands instead of an &Entry
    • Device::from_created now takes a PFN_vkGetDeviceProcAddr instead of an &Entry

Added

  • Added include_shader_code! macro for including SPIR-V bytecode buffers

Bindings Updates