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