Uses of Record Class
club.doki7.vulkan.datatype.VkPerTileEndInfoQCOM
Packages that use VkPerTileEndInfoQCOM
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkPerTileEndInfoQCOM in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPerTileEndInfoQCOMModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdEndPerTileExecutionQCOM(VkCommandBuffer commandBuffer, VkPerTileEndInfoQCOM pPerTileEndInfo) -
Uses of VkPerTileEndInfoQCOM in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPerTileEndInfoQCOMModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPerTileEndInfoQCOMstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPerTileEndInfoQCOMModifier and TypeMethodDescriptionstatic VkPerTileEndInfoQCOM@NotNull VkPerTileEndInfoQCOMVkPerTileEndInfoQCOM.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPerTileEndInfoQCOMVkPerTileEndInfoQCOM.clone(Arena arena, VkPerTileEndInfoQCOM src) VkPerTileEndInfoQCOM.pNext(@NotNull MemorySegment value) VkPerTileEndInfoQCOM.sType(int value) VkPerTileEndInfoQCOM.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPerTileEndInfoQCOMModifier and TypeMethodDescription@NotNull Iterator<VkPerTileEndInfoQCOM> VkPerTileEndInfoQCOM.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPerTileEndInfoQCOMModifier and TypeMethodDescriptionstatic VkPerTileEndInfoQCOMVkPerTileEndInfoQCOM.clone(Arena arena, VkPerTileEndInfoQCOM src) voidVkPerTileEndInfoQCOM.Ptr.write(long index, @NotNull VkPerTileEndInfoQCOM value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPerTileEndInfoQCOMModifier and TypeMethodDescriptionVkPerTileEndInfoQCOM.Ptr.at(long index, @NotNull Consumer<@NotNull VkPerTileEndInfoQCOM> consumer)