Uses of Record Class
club.doki7.vulkan.datatype.VkVideoFormatPropertiesKHR
Packages that use VkVideoFormatPropertiesKHR
-
Uses of VkVideoFormatPropertiesKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoFormatPropertiesKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoFormatPropertiesKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoFormatPropertiesKHRModifier and TypeMethodDescriptionstatic VkVideoFormatPropertiesKHR@NotNull VkVideoFormatPropertiesKHRVkVideoFormatPropertiesKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkVideoFormatPropertiesKHRVkVideoFormatPropertiesKHR.clone(Arena arena, VkVideoFormatPropertiesKHR src) VkVideoFormatPropertiesKHR.componentMapping(@NotNull VkComponentMapping value) VkVideoFormatPropertiesKHR.componentMapping(Consumer<@NotNull VkComponentMapping> consumer) VkVideoFormatPropertiesKHR.format(int value) VkVideoFormatPropertiesKHR.imageCreateFlags(int value) VkVideoFormatPropertiesKHR.imageTiling(int value) VkVideoFormatPropertiesKHR.imageType(int value) VkVideoFormatPropertiesKHR.imageUsageFlags(int value) VkVideoFormatPropertiesKHR.pNext(@NotNull MemorySegment value) VkVideoFormatPropertiesKHR.sType(int value) VkVideoFormatPropertiesKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoFormatPropertiesKHRModifier and TypeMethodDescription@NotNull Iterator<VkVideoFormatPropertiesKHR> VkVideoFormatPropertiesKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkVideoFormatPropertiesKHRModifier and TypeMethodDescriptionstatic VkVideoFormatPropertiesKHRVkVideoFormatPropertiesKHR.clone(Arena arena, VkVideoFormatPropertiesKHR src) voidVkVideoFormatPropertiesKHR.Ptr.write(long index, @NotNull VkVideoFormatPropertiesKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoFormatPropertiesKHRModifier and TypeMethodDescriptionVkVideoFormatPropertiesKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoFormatPropertiesKHR> consumer)