Class KHRBindMemory2

java.lang.Object
org.lwjgl.vulkan.KHRBindMemory2

public class KHRBindMemory2 extends Object
This extension provides versions of BindBufferMemory and BindImageMemory that allow multiple bindings to be performed at once, and are extensible.

This extension also introduces IMAGE_CREATE_ALIAS_BIT_KHR, which allows “identical” images that alias the same memory to interpret the contents consistently, even across image layout changes.

Promotion to Vulkan 1.1

All functionality in this extension is included in core Vulkan 1.1, with the KHR suffix omitted. The original type, enum, and command names are still available as aliases of the core functionality.

Name String
VK_KHR_bind_memory2
Extension Type
Device extension
Registered Extension Number
158
Revision
1
Deprecation State
Contact
Other Extension Metadata
Last Modified Date
2017-09-05
IP Status
No known IP claims.
Contributors
  • Jeff Bolz, NVIDIA
  • Tobias Hector, Imagination Technologies