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