Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineBinaryKeyKHR
Packages that use VkPipelineBinaryKeyKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPipelineBinaryKeyKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPipelineBinaryKeyKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.getPipelineBinaryDataKHR
(VkDevice device, VkPipelineBinaryDataInfoKHR pInfo, VkPipelineBinaryKeyKHR pPipelineBinaryKey, PointerPtr pPipelineBinaryDataSize, @NotNull MemorySegment pPipelineBinaryData) int
VkDeviceCommands.getPipelineKeyKHR
(VkDevice device, @Nullable VkPipelineCreateInfoKHR pPipelineCreateInfo, VkPipelineBinaryKeyKHR pPipelineKey) -
Uses of VkPipelineBinaryKeyKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineBinaryKeyKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPipelineBinaryKeyKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineBinaryKeyKHRModifier and TypeMethodDescriptionstatic VkPipelineBinaryKeyKHR
@NotNull VkPipelineBinaryKeyKHR
VkPipelineBinaryKeyKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPipelineBinaryKeyKHR
VkPipelineBinaryKeyKHR.clone
(Arena arena, VkPipelineBinaryKeyKHR src) VkPipelineBinaryKeyKHR.keySize
(int value) VkPipelineBinaryKeyKHR.pNext
(@NotNull MemorySegment value) @Nullable VkPipelineBinaryKeyKHR
VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryKeys()
VkPipelineBinaryKeyKHR.sType
(int value) VkPipelineBinaryKeyKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineBinaryKeyKHRModifier and TypeMethodDescription@NotNull Iterator
<VkPipelineBinaryKeyKHR> VkPipelineBinaryKeyKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineBinaryKeyKHRModifier and TypeMethodDescriptionstatic VkPipelineBinaryKeyKHR
VkPipelineBinaryKeyKHR.clone
(Arena arena, VkPipelineBinaryKeyKHR src) void
VkPipelineBinaryKeyKHR.Ptr.write
(long index, @NotNull VkPipelineBinaryKeyKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineBinaryKeyKHRModifier and TypeMethodDescriptionVkPipelineBinaryKeyKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPipelineBinaryKeyKHR> consumer)