Uses of Record Class
club.doki7.vulkan.datatype.VkVideoDecodeH264InlineSessionParametersInfoKHR
Packages that use VkVideoDecodeH264InlineSessionParametersInfoKHR
-
Uses of VkVideoDecodeH264InlineSessionParametersInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoDecodeH264InlineSessionParametersInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoDecodeH264InlineSessionParametersInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoDecodeH264InlineSessionParametersInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264InlineSessionParametersInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoDecodeH264InlineSessionParametersInfoKHR.clone(Arena arena, VkVideoDecodeH264InlineSessionParametersInfoKHR src) VkVideoDecodeH264InlineSessionParametersInfoKHR.pNext(@NotNull MemorySegment value) VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdPPS(@Nullable IStdVideoH264PictureParameterSet value) VkVideoDecodeH264InlineSessionParametersInfoKHR.pStdSPS(@Nullable IStdVideoH264SequenceParameterSet value) VkVideoDecodeH264InlineSessionParametersInfoKHR.sType(int value) VkVideoDecodeH264InlineSessionParametersInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoDecodeH264InlineSessionParametersInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkVideoDecodeH264InlineSessionParametersInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264InlineSessionParametersInfoKHR.clone(Arena arena, VkVideoDecodeH264InlineSessionParametersInfoKHR src) voidVkVideoDecodeH264InlineSessionParametersInfoKHR.Ptr.write(long index, @NotNull VkVideoDecodeH264InlineSessionParametersInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoDecodeH264InlineSessionParametersInfoKHRModifier and TypeMethodDescriptionVkVideoDecodeH264InlineSessionParametersInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoDecodeH264InlineSessionParametersInfoKHR> consumer)