Class VkDescriptorBufferBindingInfoEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDescriptorBufferBindingInfoEXT>
org.lwjgl.vulkan.VkDescriptorBufferBindingInfoEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkDescriptorBufferBindingInfoEXT extends org.lwjgl.system.Struct<VkDescriptorBufferBindingInfoEXT> implements org.lwjgl.system.NativeResource
Structure specifying descriptor buffer binding information.
Description

If the pNext chain includes a VkBufferUsageFlags2CreateInfo structure, VkBufferUsageFlags2CreateInfo::usage from that structure is used instead of usage from this structure.

Valid Usage
Valid Usage (Implicit)
See Also

CmdBindDescriptorBuffersEXT

Layout


 struct VkDescriptorBufferBindingInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkDeviceAddress address;
     VkBufferUsageFlags usage();
 }