Uses of Record Class
club.doki7.vulkan.datatype.VkTileMemoryBindInfoQCOM
Packages that use VkTileMemoryBindInfoQCOM
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkTileMemoryBindInfoQCOM in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkTileMemoryBindInfoQCOMModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdBindTileMemoryQCOM
(VkCommandBuffer commandBuffer, @Nullable VkTileMemoryBindInfoQCOM pTileMemoryBindInfo) -
Uses of VkTileMemoryBindInfoQCOM in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkTileMemoryBindInfoQCOMModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkTileMemoryBindInfoQCOM
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkTileMemoryBindInfoQCOMModifier and TypeMethodDescriptionstatic VkTileMemoryBindInfoQCOM
@NotNull VkTileMemoryBindInfoQCOM
VkTileMemoryBindInfoQCOM.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkTileMemoryBindInfoQCOM
VkTileMemoryBindInfoQCOM.clone
(Arena arena, VkTileMemoryBindInfoQCOM src) VkTileMemoryBindInfoQCOM.memory
(@Nullable VkDeviceMemory value) VkTileMemoryBindInfoQCOM.sType
(int value) VkTileMemoryBindInfoQCOM.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkTileMemoryBindInfoQCOMModifier and TypeMethodDescription@NotNull Iterator
<VkTileMemoryBindInfoQCOM> VkTileMemoryBindInfoQCOM.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkTileMemoryBindInfoQCOMModifier and TypeMethodDescriptionstatic VkTileMemoryBindInfoQCOM
VkTileMemoryBindInfoQCOM.clone
(Arena arena, VkTileMemoryBindInfoQCOM src) void
VkTileMemoryBindInfoQCOM.Ptr.write
(long index, @NotNull VkTileMemoryBindInfoQCOM value)