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