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