Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeH264ProfileInfoKHR
Packages that use VkVideoDecodeH264ProfileInfoKHR
-
Uses of VkVideoDecodeH264ProfileInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeH264ProfileInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoDecodeH264ProfileInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH264ProfileInfoKHRModifier and TypeMethodDescription@NotNull VkVideoDecodeH264ProfileInfoKHRVkVideoDecodeH264ProfileInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeH264ProfileInfoKHR.clone(Arena arena, VkVideoDecodeH264ProfileInfoKHR src) VkVideoDecodeH264ProfileInfoKHR.pictureLayout(int value) VkVideoDecodeH264ProfileInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264ProfileInfoKHR.stdProfileIdc(int value) VkVideoDecodeH264ProfileInfoKHR.sType(int value) VkVideoDecodeH264ProfileInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeH264ProfileInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkVideoDecodeH264ProfileInfoKHR> VkVideoDecodeH264ProfileInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeH264ProfileInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264ProfileInfoKHR.clone(Arena arena, VkVideoDecodeH264ProfileInfoKHR src) voidVkVideoDecodeH264ProfileInfoKHR.Ptr.write(long index, @NotNull VkVideoDecodeH264ProfileInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeH264ProfileInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264ProfileInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoDecodeH264ProfileInfoKHR> consumer)