Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeSessionParametersFeedbackInfoKHR
Packages that use VkVideoEncodeSessionParametersFeedbackInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkVideoEncodeSessionParametersFeedbackInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkVideoEncodeSessionParametersFeedbackInfoKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.getEncodedVideoSessionParametersKHR
(VkDevice device, VkVideoEncodeSessionParametersGetInfoKHR pVideoSessionParametersInfo, @Nullable VkVideoEncodeSessionParametersFeedbackInfoKHR pFeedbackInfo, PointerPtr pDataSize, @NotNull MemorySegment pData) -
Uses of VkVideoEncodeSessionParametersFeedbackInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeSessionParametersFeedbackInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoEncodeSessionParametersFeedbackInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeSessionParametersFeedbackInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeSessionParametersFeedbackInfoKHR.clone
(Arena arena, VkVideoEncodeSessionParametersFeedbackInfoKHR src) VkVideoEncodeSessionParametersFeedbackInfoKHR.hasOverrides
(int value) VkVideoEncodeSessionParametersFeedbackInfoKHR.pNext
(@NotNull MemorySegment value) VkVideoEncodeSessionParametersFeedbackInfoKHR.sType
(int value) VkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeSessionParametersFeedbackInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeSessionParametersFeedbackInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeSessionParametersFeedbackInfoKHR.clone
(Arena arena, VkVideoEncodeSessionParametersFeedbackInfoKHR src) void
VkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr.write
(long index, @NotNull VkVideoEncodeSessionParametersFeedbackInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeSessionParametersFeedbackInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeSessionParametersFeedbackInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoEncodeSessionParametersFeedbackInfoKHR> consumer)