Uses of Record Class
club.doki7.vulkan.datatype.VkAndroidHardwareBufferPropertiesANDROID
Packages that use VkAndroidHardwareBufferPropertiesANDROID
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkAndroidHardwareBufferPropertiesANDROID in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkAndroidHardwareBufferPropertiesANDROIDModifier and TypeMethodDescriptionintVkDeviceCommands.getAndroidHardwareBufferPropertiesANDROID(VkDevice device, PointerPtr buffer, VkAndroidHardwareBufferPropertiesANDROID pProperties) -
Uses of VkAndroidHardwareBufferPropertiesANDROID in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkAndroidHardwareBufferPropertiesANDROIDModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkAndroidHardwareBufferPropertiesANDROIDstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkAndroidHardwareBufferPropertiesANDROIDModifier and TypeMethodDescriptionVkAndroidHardwareBufferPropertiesANDROID.allocationSize(long value) VkAndroidHardwareBufferPropertiesANDROID.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkAndroidHardwareBufferPropertiesANDROID.clone(Arena arena, VkAndroidHardwareBufferPropertiesANDROID src) VkAndroidHardwareBufferPropertiesANDROID.memoryTypeBits(int value) VkAndroidHardwareBufferPropertiesANDROID.pNext(@NotNull MemorySegment value) VkAndroidHardwareBufferPropertiesANDROID.sType(int value) VkAndroidHardwareBufferPropertiesANDROID.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkAndroidHardwareBufferPropertiesANDROIDMethods in club.doki7.vulkan.datatype with parameters of type VkAndroidHardwareBufferPropertiesANDROIDModifier and TypeMethodDescriptionVkAndroidHardwareBufferPropertiesANDROID.clone(Arena arena, VkAndroidHardwareBufferPropertiesANDROID src) voidVkAndroidHardwareBufferPropertiesANDROID.Ptr.write(long index, @NotNull VkAndroidHardwareBufferPropertiesANDROID value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkAndroidHardwareBufferPropertiesANDROIDModifier and TypeMethodDescriptionVkAndroidHardwareBufferPropertiesANDROID.Ptr.at(long index, @NotNull Consumer<@NotNull VkAndroidHardwareBufferPropertiesANDROID> consumer)