Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeH264SessionParametersAddInfoKHR
Packages that use VkVideoDecodeH264SessionParametersAddInfoKHR
-
Uses of VkVideoDecodeH264SessionParametersAddInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeH264SessionParametersAddInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoDecodeH264SessionParametersAddInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH264SessionParametersAddInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264SessionParametersAddInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeH264SessionParametersAddInfoKHR.clone(Arena arena, VkVideoDecodeH264SessionParametersAddInfoKHR src) VkVideoDecodeH264SessionParametersAddInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264SessionParametersCreateInfoKHR.pParametersAddInfo()VkVideoDecodeH264SessionParametersAddInfoKHR.pStdPPSs(@Nullable IStdVideoH264PictureParameterSet value) VkVideoDecodeH264SessionParametersAddInfoKHR.pStdSPSs(@Nullable IStdVideoH264SequenceParameterSet value) VkVideoDecodeH264SessionParametersAddInfoKHR.stdPPSCount(int value) VkVideoDecodeH264SessionParametersAddInfoKHR.stdSPSCount(int value) VkVideoDecodeH264SessionParametersAddInfoKHR.sType(int value) VkVideoDecodeH264SessionParametersAddInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeH264SessionParametersAddInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeH264SessionParametersAddInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264SessionParametersAddInfoKHR.clone(Arena arena, VkVideoDecodeH264SessionParametersAddInfoKHR src) voidVkVideoDecodeH264SessionParametersAddInfoKHR.Ptr.write(long index, @NotNull VkVideoDecodeH264SessionParametersAddInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeH264SessionParametersAddInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264SessionParametersAddInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoDecodeH264SessionParametersAddInfoKHR> consumer)