Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeAV1GopRemainingFrameInfoKHR
Packages that use VkVideoEncodeAV1GopRemainingFrameInfoKHR
-
Uses of VkVideoEncodeAV1GopRemainingFrameInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeAV1GopRemainingFrameInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoEncodeAV1GopRemainingFrameInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeAV1GopRemainingFrameInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeAV1GopRemainingFrameInfoKHR.clone(Arena arena, VkVideoEncodeAV1GopRemainingFrameInfoKHR src) VkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingBipredictive(int value) VkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingIntra(int value) VkVideoEncodeAV1GopRemainingFrameInfoKHR.gopRemainingPredictive(int value) VkVideoEncodeAV1GopRemainingFrameInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeAV1GopRemainingFrameInfoKHR.sType(int value) VkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr.toArray()VkVideoEncodeAV1GopRemainingFrameInfoKHR.useGopRemainingFrames(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeAV1GopRemainingFrameInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeAV1GopRemainingFrameInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeAV1GopRemainingFrameInfoKHR.clone(Arena arena, VkVideoEncodeAV1GopRemainingFrameInfoKHR src) voidVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr.write(long index, @NotNull VkVideoEncodeAV1GopRemainingFrameInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeAV1GopRemainingFrameInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeAV1GopRemainingFrameInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeAV1GopRemainingFrameInfoKHR> consumer)