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