Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineLibraryCreateInfoKHR
Packages that use VkPipelineLibraryCreateInfoKHR
-
Uses of VkPipelineLibraryCreateInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineLibraryCreateInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPipelineLibraryCreateInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineLibraryCreateInfoKHRModifier and TypeMethodDescription@NotNull VkPipelineLibraryCreateInfoKHR
VkPipelineLibraryCreateInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPipelineLibraryCreateInfoKHR.clone
(Arena arena, VkPipelineLibraryCreateInfoKHR src) VkPipelineLibraryCreateInfoKHR.libraryCount
(int value) VkPipelineLibraryCreateInfoKHR.pLibraries
(VkPipeline.Ptr value) @Nullable VkPipelineLibraryCreateInfoKHR
VkExecutionGraphPipelineCreateInfoAMDX.pLibraryInfo()
@Nullable VkPipelineLibraryCreateInfoKHR
VkRayTracingPipelineCreateInfoKHR.pLibraryInfo()
VkPipelineLibraryCreateInfoKHR.pNext
(@NotNull MemorySegment value) VkPipelineLibraryCreateInfoKHR.sType
(int value) VkPipelineLibraryCreateInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineLibraryCreateInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkPipelineLibraryCreateInfoKHR> VkPipelineLibraryCreateInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineLibraryCreateInfoKHRModifier and TypeMethodDescriptionVkPipelineLibraryCreateInfoKHR.clone
(Arena arena, VkPipelineLibraryCreateInfoKHR src) void
VkPipelineLibraryCreateInfoKHR.Ptr.write
(long index, @NotNull VkPipelineLibraryCreateInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineLibraryCreateInfoKHRModifier and TypeMethodDescriptionVkPipelineLibraryCreateInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPipelineLibraryCreateInfoKHR> consumer)