Uses of Record Class
club.doki7.vulkan.datatype.VkDescriptorBufferBindingInfoEXT
Packages that use VkDescriptorBufferBindingInfoEXT
-
Uses of VkDescriptorBufferBindingInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDescriptorBufferBindingInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDescriptorBufferBindingInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorBufferBindingInfoEXTModifier and TypeMethodDescriptionVkDescriptorBufferBindingInfoEXT.address
(long value) @NotNull VkDescriptorBufferBindingInfoEXT
VkDescriptorBufferBindingInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDescriptorBufferBindingInfoEXT.clone
(Arena arena, VkDescriptorBufferBindingInfoEXT src) VkDescriptorBufferBindingInfoEXT.pNext
(@NotNull MemorySegment value) VkDescriptorBufferBindingInfoEXT.sType
(int value) VkDescriptorBufferBindingInfoEXT.Ptr.toArray()
VkDescriptorBufferBindingInfoEXT.usage
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDescriptorBufferBindingInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkDescriptorBufferBindingInfoEXT> VkDescriptorBufferBindingInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDescriptorBufferBindingInfoEXTModifier and TypeMethodDescriptionVkDescriptorBufferBindingInfoEXT.clone
(Arena arena, VkDescriptorBufferBindingInfoEXT src) void
VkDescriptorBufferBindingInfoEXT.Ptr.write
(long index, @NotNull VkDescriptorBufferBindingInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDescriptorBufferBindingInfoEXTModifier and TypeMethodDescriptionVkDescriptorBufferBindingInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDescriptorBufferBindingInfoEXT> consumer)