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