Uses of Record Class
club.doki7.vulkan.datatype.VkVideoEncodeH264NaluSliceInfoKHR
Packages that use VkVideoEncodeH264NaluSliceInfoKHR
-
Uses of VkVideoEncodeH264NaluSliceInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkVideoEncodeH264NaluSliceInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkVideoEncodeH264NaluSliceInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkVideoEncodeH264NaluSliceInfoKHRModifier and TypeMethodDescription@NotNull VkVideoEncodeH264NaluSliceInfoKHRVkVideoEncodeH264NaluSliceInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkVideoEncodeH264NaluSliceInfoKHR.clone(Arena arena, VkVideoEncodeH264NaluSliceInfoKHR src) VkVideoEncodeH264NaluSliceInfoKHR.constantQp(int value) @Nullable VkVideoEncodeH264NaluSliceInfoKHRVkVideoEncodeH264PictureInfoKHR.pNaluSliceEntries()VkVideoEncodeH264NaluSliceInfoKHR.pNext(@NotNull MemorySegment value) VkVideoEncodeH264NaluSliceInfoKHR.pStdSliceHeader(@Nullable IStdVideoEncodeH264SliceHeader value) VkVideoEncodeH264NaluSliceInfoKHR.sType(int value) VkVideoEncodeH264NaluSliceInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkVideoEncodeH264NaluSliceInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkVideoEncodeH264NaluSliceInfoKHR> VkVideoEncodeH264NaluSliceInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkVideoEncodeH264NaluSliceInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH264NaluSliceInfoKHR.clone(Arena arena, VkVideoEncodeH264NaluSliceInfoKHR src) voidVkVideoEncodeH264NaluSliceInfoKHR.Ptr.write(long index, @NotNull VkVideoEncodeH264NaluSliceInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkVideoEncodeH264NaluSliceInfoKHRModifier and TypeMethodDescriptionVkVideoEncodeH264NaluSliceInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkVideoEncodeH264NaluSliceInfoKHR> consumer)