Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineExecutableInfoKHR
Packages that use VkPipelineExecutableInfoKHR
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPipelineExecutableInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPipelineExecutableInfoKHRModifier and TypeMethodDescriptionintVkDeviceCommands.getPipelineExecutableInternalRepresentationsKHR(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pInternalRepresentationCount, @Nullable IVkPipelineExecutableInternalRepresentationKHR pInternalRepresentations) intVkDeviceCommands.getPipelineExecutableStatisticsKHR(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pStatisticCount, @Nullable IVkPipelineExecutableStatisticKHR pStatistics) -
Uses of VkPipelineExecutableInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineExecutableInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPipelineExecutableInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineExecutableInfoKHRModifier and TypeMethodDescriptionstatic VkPipelineExecutableInfoKHR@NotNull VkPipelineExecutableInfoKHRVkPipelineExecutableInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPipelineExecutableInfoKHRVkPipelineExecutableInfoKHR.clone(Arena arena, VkPipelineExecutableInfoKHR src) VkPipelineExecutableInfoKHR.executableIndex(int value) VkPipelineExecutableInfoKHR.pipeline(@Nullable VkPipeline value) VkPipelineExecutableInfoKHR.pNext(@NotNull MemorySegment value) VkPipelineExecutableInfoKHR.sType(int value) VkPipelineExecutableInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineExecutableInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkPipelineExecutableInfoKHR> VkPipelineExecutableInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineExecutableInfoKHRModifier and TypeMethodDescriptionstatic VkPipelineExecutableInfoKHRVkPipelineExecutableInfoKHR.clone(Arena arena, VkPipelineExecutableInfoKHR src) voidVkPipelineExecutableInfoKHR.Ptr.write(long index, @NotNull VkPipelineExecutableInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineExecutableInfoKHRModifier and TypeMethodDescriptionVkPipelineExecutableInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineExecutableInfoKHR> consumer)