Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeH265SessionParametersAddInfoKHR
Packages that use VkVideoDecodeH265SessionParametersAddInfoKHR
-
Uses of VkVideoDecodeH265SessionParametersAddInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeH265SessionParametersAddInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoDecodeH265SessionParametersAddInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH265SessionParametersAddInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH265SessionParametersAddInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeH265SessionParametersAddInfoKHR.clone(Arena arena, VkVideoDecodeH265SessionParametersAddInfoKHR src) VkVideoDecodeH265SessionParametersAddInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH265SessionParametersCreateInfoKHR.pParametersAddInfo()VkVideoDecodeH265SessionParametersAddInfoKHR.pStdPPSs(@Nullable IStdVideoH265PictureParameterSet value) VkVideoDecodeH265SessionParametersAddInfoKHR.pStdSPSs(@Nullable IStdVideoH265SequenceParameterSet value) VkVideoDecodeH265SessionParametersAddInfoKHR.pStdVPSs(@Nullable IStdVideoH265VideoParameterSet value) VkVideoDecodeH265SessionParametersAddInfoKHR.stdPPSCount(int value) VkVideoDecodeH265SessionParametersAddInfoKHR.stdSPSCount(int value) VkVideoDecodeH265SessionParametersAddInfoKHR.stdVPSCount(int value) VkVideoDecodeH265SessionParametersAddInfoKHR.sType(int value) VkVideoDecodeH265SessionParametersAddInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeH265SessionParametersAddInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeH265SessionParametersAddInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH265SessionParametersAddInfoKHR.clone(Arena arena, VkVideoDecodeH265SessionParametersAddInfoKHR src) voidVkVideoDecodeH265SessionParametersAddInfoKHR.Ptr.write(long index, @NotNull VkVideoDecodeH265SessionParametersAddInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeH265SessionParametersAddInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH265SessionParametersAddInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoDecodeH265SessionParametersAddInfoKHR> consumer)