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