Class EXTBufferDeviceAddress

java.lang.Object
org.lwjgl.vulkan.EXTBufferDeviceAddress

public class EXTBufferDeviceAddress extends Object
This extension allows the application to query a 64-bit buffer device address value for a buffer, which can be used to access the buffer memory via the PhysicalStorageBufferEXT storage class in the GL_EXT_buffer_reference GLSL extension and SPV_EXT_physical_storage_buffer SPIR-V extension.

It also allows buffer device addresses to be provided by a trace replay tool, so that it matches the address used when the trace was captured.

VK_EXT_buffer_device_address
Name String
VK_EXT_buffer_device_address
Extension Type
Device extension
Registered Extension Number
245
Revision
2
Extension and Version Dependencies
VK_KHR_get_physical_device_properties2
Deprecation State
Contact
Other Extension Metadata
Last Modified Date
2019-01-06
IP Status
No known IP claims.
Interactions and External Dependencies
Contributors
  • Jeff Bolz, NVIDIA
  • Neil Henning, AMD
  • Tobias Hector, AMD
  • Faith Ekstrand, Intel
  • Baldur Karlsson, Valve