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