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