Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeH264GopRemainingFrameInfoKHR
Packages that use VkVideoEncodeH264GopRemainingFrameInfoKHR
-
Uses of VkVideoEncodeH264GopRemainingFrameInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeH264GopRemainingFrameInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoEncodeH264GopRemainingFrameInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeH264GopRemainingFrameInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH264GopRemainingFrameInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeH264GopRemainingFrameInfoKHR.clone
(Arena arena, VkVideoEncodeH264GopRemainingFrameInfoKHR src) VkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingB
(int value) VkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingI
(int value) VkVideoEncodeH264GopRemainingFrameInfoKHR.gopRemainingP
(int value) VkVideoEncodeH264GopRemainingFrameInfoKHR.pNext
(@NotNull MemorySegment value) VkVideoEncodeH264GopRemainingFrameInfoKHR.sType
(int value) VkVideoEncodeH264GopRemainingFrameInfoKHR.Ptr.toArray()
VkVideoEncodeH264GopRemainingFrameInfoKHR.useGopRemainingFrames
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeH264GopRemainingFrameInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeH264GopRemainingFrameInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH264GopRemainingFrameInfoKHR.clone
(Arena arena, VkVideoEncodeH264GopRemainingFrameInfoKHR src) void
VkVideoEncodeH264GopRemainingFrameInfoKHR.Ptr.write
(long index, @NotNull VkVideoEncodeH264GopRemainingFrameInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeH264GopRemainingFrameInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH264GopRemainingFrameInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoEncodeH264GopRemainingFrameInfoKHR> consumer)