Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineBinaryInfoKHR
Packages that use VkPipelineBinaryInfoKHR
-
Uses of VkPipelineBinaryInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineBinaryInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPipelineBinaryInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineBinaryInfoKHRModifier and TypeMethodDescriptionstatic VkPipelineBinaryInfoKHR
@NotNull VkPipelineBinaryInfoKHR
VkPipelineBinaryInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPipelineBinaryInfoKHR.binaryCount
(int value) static VkPipelineBinaryInfoKHR
VkPipelineBinaryInfoKHR.clone
(Arena arena, VkPipelineBinaryInfoKHR src) VkPipelineBinaryInfoKHR.pNext
(@NotNull MemorySegment value) VkPipelineBinaryInfoKHR.pPipelineBinaries
(VkPipelineBinaryKHR.Ptr value) VkPipelineBinaryInfoKHR.sType
(int value) VkPipelineBinaryInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineBinaryInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkPipelineBinaryInfoKHR> VkPipelineBinaryInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineBinaryInfoKHRModifier and TypeMethodDescriptionstatic VkPipelineBinaryInfoKHR
VkPipelineBinaryInfoKHR.clone
(Arena arena, VkPipelineBinaryInfoKHR src) void
VkPipelineBinaryInfoKHR.Ptr.write
(long index, @NotNull VkPipelineBinaryInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineBinaryInfoKHRModifier and TypeMethodDescriptionVkPipelineBinaryInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPipelineBinaryInfoKHR> consumer)