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