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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkPerTileBeginInfoQCOMstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPerTileBeginInfoQCOMModifier and TypeMethodDescriptionstatic VkPerTileBeginInfoQCOM@NotNull VkPerTileBeginInfoQCOMVkPerTileBeginInfoQCOM.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkPerTileBeginInfoQCOMVkPerTileBeginInfoQCOM.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 VkPerTileBeginInfoQCOMVkPerTileBeginInfoQCOM.clone(Arena arena, VkPerTileBeginInfoQCOM src) voidVkPerTileBeginInfoQCOM.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)