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 record
Represents a pointer to / an array ofVkVideoFormatPropertiesKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoFormatPropertiesKHRModifier and TypeMethodDescriptionstatic VkVideoFormatPropertiesKHR
@NotNull VkVideoFormatPropertiesKHR
VkVideoFormatPropertiesKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkVideoFormatPropertiesKHR
VkVideoFormatPropertiesKHR.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 VkVideoFormatPropertiesKHR
VkVideoFormatPropertiesKHR.clone
(Arena arena, VkVideoFormatPropertiesKHR src) void
VkVideoFormatPropertiesKHR.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)