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 TypeMethodDescriptionintVkInstanceCommands.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 recordRepresents a pointer to / an array ofVkDisplaySurfaceCreateInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDisplaySurfaceCreateInfoKHRModifier and TypeMethodDescriptionVkDisplaySurfaceCreateInfoKHR.alphaMode(int value) @NotNull VkDisplaySurfaceCreateInfoKHRVkDisplaySurfaceCreateInfoKHR.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) voidVkDisplaySurfaceCreateInfoKHR.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)