Uses of Record Class
club.doki7.vulkan.datatype.VkPipelineBinaryHandlesInfoKHR
Packages that use VkPipelineBinaryHandlesInfoKHR
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPipelineBinaryHandlesInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPipelineBinaryHandlesInfoKHRModifier and TypeMethodDescriptionintVkDeviceCommands.createPipelineBinariesKHR(VkDevice device, VkPipelineBinaryCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkPipelineBinaryHandlesInfoKHR pBinaries) -
Uses of VkPipelineBinaryHandlesInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPipelineBinaryHandlesInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPipelineBinaryHandlesInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPipelineBinaryHandlesInfoKHRModifier and TypeMethodDescription@NotNull VkPipelineBinaryHandlesInfoKHRVkPipelineBinaryHandlesInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPipelineBinaryHandlesInfoKHR.clone(Arena arena, VkPipelineBinaryHandlesInfoKHR src) VkPipelineBinaryHandlesInfoKHR.pipelineBinaryCount(int value) VkPipelineBinaryHandlesInfoKHR.pNext(@NotNull MemorySegment value) VkPipelineBinaryHandlesInfoKHR.pPipelineBinaries(VkPipelineBinaryKHR.Ptr value) VkPipelineBinaryHandlesInfoKHR.sType(int value) VkPipelineBinaryHandlesInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPipelineBinaryHandlesInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkPipelineBinaryHandlesInfoKHR> VkPipelineBinaryHandlesInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPipelineBinaryHandlesInfoKHRModifier and TypeMethodDescriptionVkPipelineBinaryHandlesInfoKHR.clone(Arena arena, VkPipelineBinaryHandlesInfoKHR src) voidVkPipelineBinaryHandlesInfoKHR.Ptr.write(long index, @NotNull VkPipelineBinaryHandlesInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPipelineBinaryHandlesInfoKHRModifier and TypeMethodDescriptionVkPipelineBinaryHandlesInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkPipelineBinaryHandlesInfoKHR> consumer)