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 TypeMethodDescriptionintVkDeviceCommands.getPipelineBinaryDataKHR(VkDevice device, VkPipelineBinaryDataInfoKHR pInfo, VkPipelineBinaryKeyKHR pPipelineBinaryKey, PointerPtr pPipelineBinaryDataSize, @NotNull MemorySegment pPipelineBinaryData) intVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkPipelineBinaryKeyKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineBinaryKeyKHRModifier and TypeMethodDescriptionstatic VkPipelineBinaryKeyKHR@NotNull VkPipelineBinaryKeyKHRVkPipelineBinaryKeyKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPipelineBinaryKeyKHRVkPipelineBinaryKeyKHR.clone(Arena arena, VkPipelineBinaryKeyKHR src) VkPipelineBinaryKeyKHR.keySize(int value) VkPipelineBinaryKeyKHR.pNext(@NotNull MemorySegment value) @Nullable VkPipelineBinaryKeyKHRVkPipelineBinaryKeysAndDataKHR.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 VkPipelineBinaryKeyKHRVkPipelineBinaryKeyKHR.clone(Arena arena, VkPipelineBinaryKeyKHR src) voidVkPipelineBinaryKeyKHR.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)