Uses of Record Class
club.doki7.vulkan.datatype.VkSurfaceFormat2KHR
Packages that use VkSurfaceFormat2KHR
-
Uses of VkSurfaceFormat2KHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSurfaceFormat2KHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSurfaceFormat2KHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSurfaceFormat2KHRModifier and TypeMethodDescriptionstatic VkSurfaceFormat2KHR@NotNull VkSurfaceFormat2KHRVkSurfaceFormat2KHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSurfaceFormat2KHRVkSurfaceFormat2KHR.clone(Arena arena, VkSurfaceFormat2KHR src) VkSurfaceFormat2KHR.pNext(@NotNull MemorySegment value) VkSurfaceFormat2KHR.sType(int value) VkSurfaceFormat2KHR.surfaceFormat(@NotNull VkSurfaceFormatKHR value) VkSurfaceFormat2KHR.surfaceFormat(Consumer<@NotNull VkSurfaceFormatKHR> consumer) VkSurfaceFormat2KHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSurfaceFormat2KHRModifier and TypeMethodDescription@NotNull Iterator<VkSurfaceFormat2KHR> VkSurfaceFormat2KHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSurfaceFormat2KHRModifier and TypeMethodDescriptionstatic VkSurfaceFormat2KHRVkSurfaceFormat2KHR.clone(Arena arena, VkSurfaceFormat2KHR src) voidVkSurfaceFormat2KHR.Ptr.write(long index, @NotNull VkSurfaceFormat2KHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSurfaceFormat2KHRModifier and TypeMethodDescriptionVkSurfaceFormat2KHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkSurfaceFormat2KHR> consumer)