Uses of Record Class
club.doki7.vulkan.datatype.VkDisplaySurfaceCreateInfoKHR
Packages that use VkDisplaySurfaceCreateInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDisplaySurfaceCreateInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDisplaySurfaceCreateInfoKHRModifier and TypeMethodDescriptionint
VkInstanceCommands.createDisplayPlaneSurfaceKHR
(VkInstance instance, VkDisplaySurfaceCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSurfaceKHR.Ptr pSurface) -
Uses of VkDisplaySurfaceCreateInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDisplaySurfaceCreateInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDisplaySurfaceCreateInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDisplaySurfaceCreateInfoKHRModifier and TypeMethodDescriptionVkDisplaySurfaceCreateInfoKHR.alphaMode
(int value) @NotNull VkDisplaySurfaceCreateInfoKHR
VkDisplaySurfaceCreateInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkDisplaySurfaceCreateInfoKHR.clone
(Arena arena, VkDisplaySurfaceCreateInfoKHR src) VkDisplaySurfaceCreateInfoKHR.displayMode
(@Nullable VkDisplayModeKHR value) VkDisplaySurfaceCreateInfoKHR.flags
(int value) VkDisplaySurfaceCreateInfoKHR.globalAlpha
(float value) VkDisplaySurfaceCreateInfoKHR.imageExtent
(@NotNull VkExtent2D value) VkDisplaySurfaceCreateInfoKHR.imageExtent
(Consumer<@NotNull VkExtent2D> consumer) VkDisplaySurfaceCreateInfoKHR.planeIndex
(int value) VkDisplaySurfaceCreateInfoKHR.planeStackIndex
(int value) VkDisplaySurfaceCreateInfoKHR.pNext
(@NotNull MemorySegment value) VkDisplaySurfaceCreateInfoKHR.sType
(int value) VkDisplaySurfaceCreateInfoKHR.Ptr.toArray()
VkDisplaySurfaceCreateInfoKHR.transform
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDisplaySurfaceCreateInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkDisplaySurfaceCreateInfoKHR> VkDisplaySurfaceCreateInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDisplaySurfaceCreateInfoKHRModifier and TypeMethodDescriptionVkDisplaySurfaceCreateInfoKHR.clone
(Arena arena, VkDisplaySurfaceCreateInfoKHR src) void
VkDisplaySurfaceCreateInfoKHR.Ptr.write
(long index, @NotNull VkDisplaySurfaceCreateInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDisplaySurfaceCreateInfoKHRModifier and TypeMethodDescriptionVkDisplaySurfaceCreateInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkDisplaySurfaceCreateInfoKHR> consumer)