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