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 recordRepresents a pointer to / an array ofVkDescriptorBufferBindingInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorBufferBindingInfoEXTModifier and TypeMethodDescriptionVkDescriptorBufferBindingInfoEXT.address(long value) @NotNull VkDescriptorBufferBindingInfoEXTVkDescriptorBufferBindingInfoEXT.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) voidVkDescriptorBufferBindingInfoEXT.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)