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