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