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