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 TypeMethodDescriptionintVkDeviceCommands.getPipelineExecutablePropertiesKHR(VkDevice device, VkPipelineInfoKHR pPipelineInfo, IntPtr pExecutableCount, @Nullable IVkPipelineExecutablePropertiesKHR pProperties) intVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkPipelineInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineInfoKHRModifier and TypeMethodDescriptionstatic VkPipelineInfoKHR@NotNull VkPipelineInfoKHRVkPipelineInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPipelineInfoKHRVkPipelineInfoKHR.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 VkPipelineInfoKHRVkPipelineInfoKHR.clone(Arena arena, VkPipelineInfoKHR src) voidVkPipelineInfoKHR.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)