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 record
Represents a pointer to / an array ofVkSurfaceFormatKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSurfaceFormatKHRModifier and TypeMethodDescriptionstatic VkSurfaceFormatKHR
@NotNull VkSurfaceFormatKHR
VkSurfaceFormatKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkSurfaceFormatKHR
VkSurfaceFormatKHR.clone
(Arena arena, VkSurfaceFormatKHR src) VkSurfaceFormatKHR.colorSpace
(int value) VkSurfaceFormatKHR.format
(int value) @NotNull VkSurfaceFormatKHR
VkSurfaceFormat2KHR.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 VkSurfaceFormatKHR
VkSurfaceFormatKHR.clone
(Arena arena, VkSurfaceFormatKHR src) VkSurfaceFormat2KHR.surfaceFormat
(@NotNull VkSurfaceFormatKHR value) void
VkSurfaceFormatKHR.Ptr.write
(long index, @NotNull VkSurfaceFormatKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSurfaceFormatKHRModifier and TypeMethodDescriptionVkSurfaceFormat2KHR.surfaceFormat
(Consumer<@NotNull VkSurfaceFormatKHR> consumer)