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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkTileMemoryBindInfoQCOMstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkTileMemoryBindInfoQCOMModifier and TypeMethodDescriptionstatic VkTileMemoryBindInfoQCOM@NotNull VkTileMemoryBindInfoQCOMVkTileMemoryBindInfoQCOM.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkTileMemoryBindInfoQCOMVkTileMemoryBindInfoQCOM.clone(Arena arena, VkTileMemoryBindInfoQCOM src) VkTileMemoryBindInfoQCOM.memory(@Nullable VkDeviceMemory value) VkTileMemoryBindInfoQCOM.pNext(@NotNull MemorySegment 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 VkTileMemoryBindInfoQCOMVkTileMemoryBindInfoQCOM.clone(Arena arena, VkTileMemoryBindInfoQCOM src) voidVkTileMemoryBindInfoQCOM.Ptr.write(long index, @NotNull VkTileMemoryBindInfoQCOM value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkTileMemoryBindInfoQCOMModifier and TypeMethodDescriptionVkTileMemoryBindInfoQCOM.Ptr.at(long index, @NotNull Consumer<@NotNull VkTileMemoryBindInfoQCOM> consumer)