Uses of Record Class
club.doki7.vulkan.datatype.VkImagePipeSurfaceCreateInfoFUCHSIA
Packages that use VkImagePipeSurfaceCreateInfoFUCHSIA
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkImagePipeSurfaceCreateInfoFUCHSIA in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkImagePipeSurfaceCreateInfoFUCHSIAModifier and TypeMethodDescriptionintVkInstanceCommands.createImagePipeSurfaceFUCHSIA(VkInstance instance, VkImagePipeSurfaceCreateInfoFUCHSIA pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) -
Uses of VkImagePipeSurfaceCreateInfoFUCHSIA in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkImagePipeSurfaceCreateInfoFUCHSIAModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkImagePipeSurfaceCreateInfoFUCHSIAstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkImagePipeSurfaceCreateInfoFUCHSIAModifier and TypeMethodDescription@NotNull VkImagePipeSurfaceCreateInfoFUCHSIAVkImagePipeSurfaceCreateInfoFUCHSIA.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkImagePipeSurfaceCreateInfoFUCHSIA.clone(Arena arena, VkImagePipeSurfaceCreateInfoFUCHSIA src) VkImagePipeSurfaceCreateInfoFUCHSIA.flags(int value) VkImagePipeSurfaceCreateInfoFUCHSIA.imagePipeHandle(int value) VkImagePipeSurfaceCreateInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkImagePipeSurfaceCreateInfoFUCHSIA.sType(int value) VkImagePipeSurfaceCreateInfoFUCHSIA.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkImagePipeSurfaceCreateInfoFUCHSIAModifier and TypeMethodDescription@NotNull Iterator<VkImagePipeSurfaceCreateInfoFUCHSIA> VkImagePipeSurfaceCreateInfoFUCHSIA.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkImagePipeSurfaceCreateInfoFUCHSIAModifier and TypeMethodDescriptionVkImagePipeSurfaceCreateInfoFUCHSIA.clone(Arena arena, VkImagePipeSurfaceCreateInfoFUCHSIA src) voidVkImagePipeSurfaceCreateInfoFUCHSIA.Ptr.write(long index, @NotNull VkImagePipeSurfaceCreateInfoFUCHSIA value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkImagePipeSurfaceCreateInfoFUCHSIAModifier and TypeMethodDescriptionVkImagePipeSurfaceCreateInfoFUCHSIA.Ptr.at(long index, @NotNull Consumer<@NotNull VkImagePipeSurfaceCreateInfoFUCHSIA> consumer)