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 TypeMethodDescriptionint
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkAndroidHardwareBufferPropertiesANDROID
structure(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.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) void
VkAndroidHardwareBufferPropertiesANDROID.Ptr.write
(long index, @NotNull VkAndroidHardwareBufferPropertiesANDROID value)