Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeH265NaluSliceSegmentInfoKHR
Packages that use VkVideoEncodeH265NaluSliceSegmentInfoKHR
-
Uses of VkVideoEncodeH265NaluSliceSegmentInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeH265NaluSliceSegmentInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoEncodeH265NaluSliceSegmentInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeH265NaluSliceSegmentInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeH265NaluSliceSegmentInfoKHR.clone(Arena arena, VkVideoEncodeH265NaluSliceSegmentInfoKHR src) VkVideoEncodeH265NaluSliceSegmentInfoKHR.constantQp(int value) @Nullable VkVideoEncodeH265NaluSliceSegmentInfoKHRVkVideoEncodeH265PictureInfoKHR.pNaluSliceSegmentEntries()VkVideoEncodeH265NaluSliceSegmentInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH265NaluSliceSegmentInfoKHR.pStdSliceSegmentHeader(@Nullable IStdVideoEncodeH265SliceSegmentHeader value) VkVideoEncodeH265NaluSliceSegmentInfoKHR.sType(int value) VkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeH265NaluSliceSegmentInfoKHRMethods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeH265NaluSliceSegmentInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH265NaluSliceSegmentInfoKHR.clone(Arena arena, VkVideoEncodeH265NaluSliceSegmentInfoKHR src) voidVkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptr.write(long index, @NotNull VkVideoEncodeH265NaluSliceSegmentInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeH265NaluSliceSegmentInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH265NaluSliceSegmentInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeH265NaluSliceSegmentInfoKHR> consumer)