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