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 TypeMethodDescriptionint
VkInstanceCommands.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 record
Represents a pointer to / an array ofVkXcbSurfaceCreateInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkXcbSurfaceCreateInfoKHRModifier and TypeMethodDescriptionstatic VkXcbSurfaceCreateInfoKHR
@NotNull VkXcbSurfaceCreateInfoKHR
VkXcbSurfaceCreateInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkXcbSurfaceCreateInfoKHR
VkXcbSurfaceCreateInfoKHR.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 VkXcbSurfaceCreateInfoKHR
VkXcbSurfaceCreateInfoKHR.clone
(Arena arena, VkXcbSurfaceCreateInfoKHR src) void
VkXcbSurfaceCreateInfoKHR.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)