Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceExternalFormatResolvePropertiesANDROID
Packages that use VkPhysicalDeviceExternalFormatResolvePropertiesANDROID
-
Uses of VkPhysicalDeviceExternalFormatResolvePropertiesANDROID in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceExternalFormatResolvePropertiesANDROIDModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceExternalFormatResolvePropertiesANDROIDstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceExternalFormatResolvePropertiesANDROIDModifier and TypeMethodDescriptionVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.clone(Arena arena, VkPhysicalDeviceExternalFormatResolvePropertiesANDROID src) VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.externalFormatResolveChromaOffsetX(int value) VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.externalFormatResolveChromaOffsetY(int value) VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.nullColorAttachmentWithExternalFormatResolve(int value) VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.pNext(@NotNull MemorySegment value) VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.sType(int value) VkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceExternalFormatResolvePropertiesANDROIDModifier and TypeMethodDescriptionVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceExternalFormatResolvePropertiesANDROIDModifier and TypeMethodDescriptionVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.clone(Arena arena, VkPhysicalDeviceExternalFormatResolvePropertiesANDROID src) voidVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptr.write(long index, @NotNull VkPhysicalDeviceExternalFormatResolvePropertiesANDROID value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceExternalFormatResolvePropertiesANDROIDModifier and TypeMethodDescriptionVkPhysicalDeviceExternalFormatResolvePropertiesANDROID.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceExternalFormatResolvePropertiesANDROID> consumer)