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 TypeMethodDescriptionint
VkDeviceCommands.getPipelineExecutableInternalRepresentationsKHR
(VkDevice device, VkPipelineExecutableInfoKHR pExecutableInfo, IntPtr pInternalRepresentationCount, @Nullable IVkPipelineExecutableInternalRepresentationKHR pInternalRepresentations) int
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkPipelineExecutableInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineExecutableInfoKHRModifier and TypeMethodDescriptionstatic VkPipelineExecutableInfoKHR
@NotNull VkPipelineExecutableInfoKHR
VkPipelineExecutableInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPipelineExecutableInfoKHR
VkPipelineExecutableInfoKHR.clone
(Arena arena, VkPipelineExecutableInfoKHR src) VkPipelineExecutableInfoKHR.executableIndex
(int value) VkPipelineExecutableInfoKHR.pipeline
(@Nullable VkPipeline 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 VkPipelineExecutableInfoKHR
VkPipelineExecutableInfoKHR.clone
(Arena arena, VkPipelineExecutableInfoKHR src) void
VkPipelineExecutableInfoKHR.Ptr.write
(long index, @NotNull VkPipelineExecutableInfoKHR value)