Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeH265InlineSessionParametersInfoKHR
Packages that use VkVideoDecodeH265InlineSessionParametersInfoKHR
-
Uses of VkVideoDecodeH265InlineSessionParametersInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeH265InlineSessionParametersInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoDecodeH265InlineSessionParametersInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH265InlineSessionParametersInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH265InlineSessionParametersInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeH265InlineSessionParametersInfoKHR.clone(Arena arena, VkVideoDecodeH265InlineSessionParametersInfoKHR src) VkVideoDecodeH265InlineSessionParametersInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdPPS(@Nullable IStdVideoH265PictureParameterSet value) VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdSPS(@Nullable IStdVideoH265SequenceParameterSet value) VkVideoDecodeH265InlineSessionParametersInfoKHR.pStdVPS(@Nullable IStdVideoH265VideoParameterSet value) VkVideoDecodeH265InlineSessionParametersInfoKHR.sType(int value) VkVideoDecodeH265InlineSessionParametersInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeH265InlineSessionParametersInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeH265InlineSessionParametersInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH265InlineSessionParametersInfoKHR.clone(Arena arena, VkVideoDecodeH265InlineSessionParametersInfoKHR src) voidVkVideoDecodeH265InlineSessionParametersInfoKHR.Ptr.write(long index, @NotNull VkVideoDecodeH265InlineSessionParametersInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeH265InlineSessionParametersInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH265InlineSessionParametersInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoDecodeH265InlineSessionParametersInfoKHR> consumer)