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 recordRepresents a pointer to / an array ofVkMemoryAllocateFlagsInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryAllocateFlagsInfoModifier and TypeMethodDescriptionstatic VkMemoryAllocateFlagsInfo@NotNull VkMemoryAllocateFlagsInfoVkMemoryAllocateFlagsInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryAllocateFlagsInfoVkMemoryAllocateFlagsInfo.clone(Arena arena, VkMemoryAllocateFlagsInfo src) VkMemoryAllocateFlagsInfo.deviceMask(int value) VkMemoryAllocateFlagsInfo.flags(int value) VkMemoryAllocateFlagsInfo.pNext(@NotNull MemorySegment 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 VkMemoryAllocateFlagsInfoVkMemoryAllocateFlagsInfo.clone(Arena arena, VkMemoryAllocateFlagsInfo src) voidVkMemoryAllocateFlagsInfo.Ptr.write(long index, @NotNull VkMemoryAllocateFlagsInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryAllocateFlagsInfoModifier and TypeMethodDescriptionVkMemoryAllocateFlagsInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryAllocateFlagsInfo> consumer)