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 TypeMethodDescriptionintVkInstanceCommands.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 recordRepresents a pointer to / an array ofVkViSurfaceCreateInfoNNstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkViSurfaceCreateInfoNNModifier and TypeMethodDescriptionstatic VkViSurfaceCreateInfoNN@NotNull VkViSurfaceCreateInfoNNVkViSurfaceCreateInfoNN.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkViSurfaceCreateInfoNNVkViSurfaceCreateInfoNN.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 VkViSurfaceCreateInfoNNVkViSurfaceCreateInfoNN.clone(Arena arena, VkViSurfaceCreateInfoNN src) voidVkViSurfaceCreateInfoNN.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)