Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeUsageInfoKHR
Packages that use VkVideoDecodeUsageInfoKHR
-
Uses of VkVideoDecodeUsageInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeUsageInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoDecodeUsageInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeUsageInfoKHRModifier and TypeMethodDescriptionstatic VkVideoDecodeUsageInfoKHR
@NotNull VkVideoDecodeUsageInfoKHR
VkVideoDecodeUsageInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkVideoDecodeUsageInfoKHR
VkVideoDecodeUsageInfoKHR.clone
(Arena arena, VkVideoDecodeUsageInfoKHR src) VkVideoDecodeUsageInfoKHR.pNext
(@NotNull MemorySegment value) VkVideoDecodeUsageInfoKHR.sType
(int value) VkVideoDecodeUsageInfoKHR.Ptr.toArray()
VkVideoDecodeUsageInfoKHR.videoUsageHints
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeUsageInfoKHRModifier and TypeMethodDescription@NotNull Iterator
<VkVideoDecodeUsageInfoKHR> VkVideoDecodeUsageInfoKHR.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeUsageInfoKHRModifier and TypeMethodDescriptionstatic VkVideoDecodeUsageInfoKHR
VkVideoDecodeUsageInfoKHR.clone
(Arena arena, VkVideoDecodeUsageInfoKHR src) void
VkVideoDecodeUsageInfoKHR.Ptr.write
(long index, @NotNull VkVideoDecodeUsageInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeUsageInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeUsageInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoDecodeUsageInfoKHR> consumer)