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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkVideoEncodeSessionParametersFeedbackInfoKHRstructure(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) voidVkVideoEncodeSessionParametersFeedbackInfoKHR.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)