Uses of Record Class
club.doki7.vulkan.datatype.VkVideoSessionParametersCreateInfoKHR
Packages that use VkVideoSessionParametersCreateInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkVideoSessionParametersCreateInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkVideoSessionParametersCreateInfoKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.createVideoSessionParametersKHR
(VkDevice device, VkVideoSessionParametersCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkVideoSessionParametersKHR.Ptr pVideoSessionParameters) -
Uses of VkVideoSessionParametersCreateInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoSessionParametersCreateInfoKHRModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkVideoSessionParametersCreateInfoKHR
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoSessionParametersCreateInfoKHRModifier and TypeMethodDescriptionVkVideoSessionParametersCreateInfoKHR.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkVideoSessionParametersCreateInfoKHR.clone
(Arena arena, VkVideoSessionParametersCreateInfoKHR src) VkVideoSessionParametersCreateInfoKHR.flags
(int value) VkVideoSessionParametersCreateInfoKHR.pNext
(@NotNull MemorySegment value) VkVideoSessionParametersCreateInfoKHR.sType
(int value) VkVideoSessionParametersCreateInfoKHR.Ptr.toArray()
VkVideoSessionParametersCreateInfoKHR.videoSession
(@Nullable VkVideoSessionKHR value) VkVideoSessionParametersCreateInfoKHR.videoSessionParametersTemplate
(@Nullable VkVideoSessionParametersKHR value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoSessionParametersCreateInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkVideoSessionParametersCreateInfoKHRModifier and TypeMethodDescriptionVkVideoSessionParametersCreateInfoKHR.clone
(Arena arena, VkVideoSessionParametersCreateInfoKHR src) void
VkVideoSessionParametersCreateInfoKHR.Ptr.write
(long index, @NotNull VkVideoSessionParametersCreateInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoSessionParametersCreateInfoKHRModifier and TypeMethodDescriptionVkVideoSessionParametersCreateInfoKHR.Ptr.at
(long index, @NotNull Consumer<@NotNull VkVideoSessionParametersCreateInfoKHR> consumer)