Uses of Record Class
club.doki7.vulkan.datatype.VkBaseOutStructure
Packages that use VkBaseOutStructure
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkBaseOutStructure in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBaseOutStructureModifier and TypeMethodDescriptionint
VkDeviceCommands.getPipelinePropertiesEXT
(VkDevice device, VkPipelineInfoKHR pPipelineInfo, VkBaseOutStructure pPipelineProperties) -
Uses of VkBaseOutStructure in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBaseOutStructureModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkBaseOutStructure
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBaseOutStructureModifier and TypeMethodDescriptionstatic VkBaseOutStructure
@NotNull VkBaseOutStructure
VkBaseOutStructure.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkBaseOutStructure
VkBaseOutStructure.clone
(Arena arena, VkBaseOutStructure src) @Nullable VkBaseOutStructure
VkBaseOutStructure.pNext()
VkBaseOutStructure.pNext
(@Nullable IVkBaseOutStructure value) VkBaseOutStructure.sType
(int value) VkBaseOutStructure.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBaseOutStructureModifier and TypeMethodDescription@NotNull Iterator
<VkBaseOutStructure> VkBaseOutStructure.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkBaseOutStructureModifier and TypeMethodDescriptionstatic VkBaseOutStructure
VkBaseOutStructure.clone
(Arena arena, VkBaseOutStructure src) void
VkBaseOutStructure.Ptr.write
(long index, @NotNull VkBaseOutStructure value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBaseOutStructureModifier and TypeMethodDescriptionVkBaseOutStructure.Ptr.at
(long index, @NotNull Consumer<@NotNull VkBaseOutStructure> consumer)