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 recordRepresents a pointer to / an array ofVkVideoDecodeUsageInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeUsageInfoKHRModifier and TypeMethodDescriptionstatic VkVideoDecodeUsageInfoKHR@NotNull VkVideoDecodeUsageInfoKHRVkVideoDecodeUsageInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkVideoDecodeUsageInfoKHRVkVideoDecodeUsageInfoKHR.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 VkVideoDecodeUsageInfoKHRVkVideoDecodeUsageInfoKHR.clone(Arena arena, VkVideoDecodeUsageInfoKHR src) voidVkVideoDecodeUsageInfoKHR.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)