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