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 recordRepresents a pointer to / an array ofVkDescriptorBufferInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDescriptorBufferInfoModifier and TypeMethodDescriptionstatic VkDescriptorBufferInfo@NotNull VkDescriptorBufferInfoVkDescriptorBufferInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDescriptorBufferInfoVkDescriptorBufferInfo.clone(Arena arena, VkDescriptorBufferInfo src) VkDescriptorBufferInfo.offset(long value) @Nullable VkDescriptorBufferInfoVkWriteDescriptorSet.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 VkDescriptorBufferInfoVkDescriptorBufferInfo.clone(Arena arena, VkDescriptorBufferInfo src) voidVkDescriptorBufferInfo.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)