Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryGetAndroidHardwareBufferInfoANDROID
Packages that use VkMemoryGetAndroidHardwareBufferInfoANDROID
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkMemoryGetAndroidHardwareBufferInfoANDROID in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemoryGetAndroidHardwareBufferInfoANDROIDModifier and TypeMethodDescriptionintVkDeviceCommands.getMemoryAndroidHardwareBufferANDROID(VkDevice device, VkMemoryGetAndroidHardwareBufferInfoANDROID pInfo, PointerPtr pBuffer) -
Uses of VkMemoryGetAndroidHardwareBufferInfoANDROID in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryGetAndroidHardwareBufferInfoANDROIDModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkMemoryGetAndroidHardwareBufferInfoANDROIDstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryGetAndroidHardwareBufferInfoANDROIDModifier and TypeMethodDescriptionVkMemoryGetAndroidHardwareBufferInfoANDROID.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkMemoryGetAndroidHardwareBufferInfoANDROID.clone(Arena arena, VkMemoryGetAndroidHardwareBufferInfoANDROID src) VkMemoryGetAndroidHardwareBufferInfoANDROID.memory(@Nullable VkDeviceMemory value) VkMemoryGetAndroidHardwareBufferInfoANDROID.pNext(@NotNull MemorySegment value) VkMemoryGetAndroidHardwareBufferInfoANDROID.sType(int value) VkMemoryGetAndroidHardwareBufferInfoANDROID.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryGetAndroidHardwareBufferInfoANDROIDMethods in club.doki7.vulkan.datatype with parameters of type VkMemoryGetAndroidHardwareBufferInfoANDROIDModifier and TypeMethodDescriptionVkMemoryGetAndroidHardwareBufferInfoANDROID.clone(Arena arena, VkMemoryGetAndroidHardwareBufferInfoANDROID src) voidVkMemoryGetAndroidHardwareBufferInfoANDROID.Ptr.write(long index, @NotNull VkMemoryGetAndroidHardwareBufferInfoANDROID value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryGetAndroidHardwareBufferInfoANDROIDModifier and TypeMethodDescriptionVkMemoryGetAndroidHardwareBufferInfoANDROID.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryGetAndroidHardwareBufferInfoANDROID> consumer)