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 recordRepresents a pointer to / an array ofVkBaseInStructurestructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBaseInStructureModifier and TypeMethodDescriptionstatic VkBaseInStructure@NotNull VkBaseInStructureVkBaseInStructure.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkBaseInStructureVkBaseInStructure.clone(Arena arena, VkBaseInStructure src) @Nullable VkBaseInStructureVkBaseInStructure.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 VkBaseInStructureVkBaseInStructure.clone(Arena arena, VkBaseInStructure src) voidVkBaseInStructure.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)