Uses of Record Class
club.doki7.vulkan.datatype.VkAndroidHardwareBufferFormatProperties2ANDROID
Packages that use VkAndroidHardwareBufferFormatProperties2ANDROID
-
Uses of VkAndroidHardwareBufferFormatProperties2ANDROID in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkAndroidHardwareBufferFormatProperties2ANDROIDModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkAndroidHardwareBufferFormatProperties2ANDROIDstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAndroidHardwareBufferFormatProperties2ANDROIDModifier and TypeMethodDescriptionVkAndroidHardwareBufferFormatProperties2ANDROID.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkAndroidHardwareBufferFormatProperties2ANDROID.clone(Arena arena, VkAndroidHardwareBufferFormatProperties2ANDROID src) VkAndroidHardwareBufferFormatProperties2ANDROID.externalFormat(long value) VkAndroidHardwareBufferFormatProperties2ANDROID.format(int value) VkAndroidHardwareBufferFormatProperties2ANDROID.formatFeatures(long value) VkAndroidHardwareBufferFormatProperties2ANDROID.pNext(@NotNull MemorySegment value) VkAndroidHardwareBufferFormatProperties2ANDROID.samplerYcbcrConversionComponents(@NotNull VkComponentMapping value) VkAndroidHardwareBufferFormatProperties2ANDROID.samplerYcbcrConversionComponents(Consumer<@NotNull VkComponentMapping> consumer) VkAndroidHardwareBufferFormatProperties2ANDROID.sType(int value) VkAndroidHardwareBufferFormatProperties2ANDROID.suggestedXChromaOffset(int value) VkAndroidHardwareBufferFormatProperties2ANDROID.suggestedYcbcrModel(int value) VkAndroidHardwareBufferFormatProperties2ANDROID.suggestedYcbcrRange(int value) VkAndroidHardwareBufferFormatProperties2ANDROID.suggestedYChromaOffset(int value) VkAndroidHardwareBufferFormatProperties2ANDROID.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkAndroidHardwareBufferFormatProperties2ANDROIDMethods in club.doki7.vulkan.datatype with parameters of type VkAndroidHardwareBufferFormatProperties2ANDROIDModifier and TypeMethodDescriptionVkAndroidHardwareBufferFormatProperties2ANDROID.clone(Arena arena, VkAndroidHardwareBufferFormatProperties2ANDROID src) voidVkAndroidHardwareBufferFormatProperties2ANDROID.Ptr.write(long index, @NotNull VkAndroidHardwareBufferFormatProperties2ANDROID value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkAndroidHardwareBufferFormatProperties2ANDROIDModifier and TypeMethodDescriptionVkAndroidHardwareBufferFormatProperties2ANDROID.Ptr.at(long index, @NotNull Consumer<@NotNull VkAndroidHardwareBufferFormatProperties2ANDROID> consumer)