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