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 TypeMethodDescriptionvoid
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkPerTileEndInfoQCOM
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPerTileEndInfoQCOMModifier and TypeMethodDescriptionstatic VkPerTileEndInfoQCOM
@NotNull VkPerTileEndInfoQCOM
VkPerTileEndInfoQCOM.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkPerTileEndInfoQCOM
VkPerTileEndInfoQCOM.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 VkPerTileEndInfoQCOM
VkPerTileEndInfoQCOM.clone
(Arena arena, VkPerTileEndInfoQCOM src) void
VkPerTileEndInfoQCOM.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)