Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineCreateInfoKHR
Packages that use VkPipelineCreateInfoKHR
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPipelineCreateInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPipelineCreateInfoKHRModifier and TypeMethodDescriptionintVkDeviceCommands.getPipelineKeyKHR(VkDevice device, @Nullable VkPipelineCreateInfoKHR pPipelineCreateInfo, VkPipelineBinaryKeyKHR pPipelineKey) -
Uses of VkPipelineCreateInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineCreateInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPipelineCreateInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineCreateInfoKHRModifier and TypeMethodDescriptionstatic VkPipelineCreateInfoKHR@NotNull VkPipelineCreateInfoKHRVkPipelineCreateInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPipelineCreateInfoKHRVkPipelineCreateInfoKHR.clone(Arena arena, VkPipelineCreateInfoKHR src) VkPipelineCreateInfoKHR.pNext(@NotNull MemorySegment value) @Nullable VkPipelineCreateInfoKHRVkPipelineBinaryCreateInfoKHR.pPipelineCreateInfo()VkPipelineCreateInfoKHR.sType(int value) VkPipelineCreateInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineCreateInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkPipelineCreateInfoKHR> VkPipelineCreateInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineCreateInfoKHRModifier and TypeMethodDescriptionstatic VkPipelineCreateInfoKHRVkPipelineCreateInfoKHR.clone(Arena arena, VkPipelineCreateInfoKHR src) voidVkPipelineCreateInfoKHR.Ptr.write(long index, @NotNull VkPipelineCreateInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineCreateInfoKHRModifier and TypeMethodDescriptionVkPipelineCreateInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineCreateInfoKHR> consumer)