Uses of Record Class
club.doki7.vulkan.datatype.VkGraphicsPipelineLibraryCreateInfoEXT
Packages that use VkGraphicsPipelineLibraryCreateInfoEXT
-
Uses of VkGraphicsPipelineLibraryCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkGraphicsPipelineLibraryCreateInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkGraphicsPipelineLibraryCreateInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkGraphicsPipelineLibraryCreateInfoEXTModifier and TypeMethodDescriptionVkGraphicsPipelineLibraryCreateInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkGraphicsPipelineLibraryCreateInfoEXT.clone(Arena arena, VkGraphicsPipelineLibraryCreateInfoEXT src) VkGraphicsPipelineLibraryCreateInfoEXT.flags(int value) VkGraphicsPipelineLibraryCreateInfoEXT.pNext(@NotNull MemorySegment value) VkGraphicsPipelineLibraryCreateInfoEXT.sType(int value) VkGraphicsPipelineLibraryCreateInfoEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkGraphicsPipelineLibraryCreateInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkGraphicsPipelineLibraryCreateInfoEXTModifier and TypeMethodDescriptionVkGraphicsPipelineLibraryCreateInfoEXT.clone(Arena arena, VkGraphicsPipelineLibraryCreateInfoEXT src) voidVkGraphicsPipelineLibraryCreateInfoEXT.Ptr.write(long index, @NotNull VkGraphicsPipelineLibraryCreateInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkGraphicsPipelineLibraryCreateInfoEXTModifier and TypeMethodDescriptionVkGraphicsPipelineLibraryCreateInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkGraphicsPipelineLibraryCreateInfoEXT> consumer)