Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineBinaryKeysAndDataKHR
Packages that use VkPipelineBinaryKeysAndDataKHR
-
Uses of VkPipelineBinaryKeysAndDataKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineBinaryKeysAndDataKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPipelineBinaryKeysAndDataKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineBinaryKeysAndDataKHRModifier and TypeMethodDescription@NotNull VkPipelineBinaryKeysAndDataKHRVkPipelineBinaryKeysAndDataKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPipelineBinaryKeysAndDataKHR.binaryCount(int value) VkPipelineBinaryKeysAndDataKHR.clone(Arena arena, VkPipelineBinaryKeysAndDataKHR src) @Nullable VkPipelineBinaryKeysAndDataKHRVkPipelineBinaryCreateInfoKHR.pKeysAndDataInfo()VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryData(@Nullable IVkPipelineBinaryDataKHR value) VkPipelineBinaryKeysAndDataKHR.pPipelineBinaryKeys(@Nullable IVkPipelineBinaryKeyKHR value) VkPipelineBinaryKeysAndDataKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineBinaryKeysAndDataKHRModifier and TypeMethodDescription@NotNull Iterator<VkPipelineBinaryKeysAndDataKHR> VkPipelineBinaryKeysAndDataKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineBinaryKeysAndDataKHRModifier and TypeMethodDescriptionVkPipelineBinaryKeysAndDataKHR.clone(Arena arena, VkPipelineBinaryKeysAndDataKHR src) voidVkPipelineBinaryKeysAndDataKHR.Ptr.write(long index, @NotNull VkPipelineBinaryKeysAndDataKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineBinaryKeysAndDataKHRModifier and TypeMethodDescriptionVkPipelineBinaryKeysAndDataKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineBinaryKeysAndDataKHR> consumer)