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