Uses of Record Class
club.doki7.vulkan.datatype.VkDescriptorBufferInfo
Packages that use VkDescriptorBufferInfo
-
Uses of VkDescriptorBufferInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDescriptorBufferInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDescriptorBufferInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorBufferInfoModifier and TypeMethodDescriptionstatic VkDescriptorBufferInfo
@NotNull VkDescriptorBufferInfo
VkDescriptorBufferInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDescriptorBufferInfo
VkDescriptorBufferInfo.clone
(Arena arena, VkDescriptorBufferInfo src) VkDescriptorBufferInfo.offset
(long value) @Nullable VkDescriptorBufferInfo
VkWriteDescriptorSet.pBufferInfo()
VkDescriptorBufferInfo.range
(long value) VkDescriptorBufferInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDescriptorBufferInfoModifier and TypeMethodDescription@NotNull Iterator
<VkDescriptorBufferInfo> VkDescriptorBufferInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDescriptorBufferInfoModifier and TypeMethodDescriptionstatic VkDescriptorBufferInfo
VkDescriptorBufferInfo.clone
(Arena arena, VkDescriptorBufferInfo src) void
VkDescriptorBufferInfo.Ptr.write
(long index, @NotNull VkDescriptorBufferInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDescriptorBufferInfoModifier and TypeMethodDescriptionVkDescriptorBufferInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDescriptorBufferInfo> consumer)