Uses of Record Class
club.doki7.vulkan.datatype.VkTilePropertiesQCOM
Packages that use VkTilePropertiesQCOM
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkTilePropertiesQCOM in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkTilePropertiesQCOMModifier and TypeMethodDescriptionint
VkDeviceCommands.getDynamicRenderingTilePropertiesQCOM
(VkDevice device, VkRenderingInfo pRenderingInfo, VkTilePropertiesQCOM pProperties) -
Uses of VkTilePropertiesQCOM in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkTilePropertiesQCOMModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkTilePropertiesQCOM
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkTilePropertiesQCOMModifier and TypeMethodDescriptionstatic VkTilePropertiesQCOM
VkTilePropertiesQCOM.apronSize
(@NotNull VkExtent2D value) VkTilePropertiesQCOM.apronSize
(Consumer<@NotNull VkExtent2D> consumer) @NotNull VkTilePropertiesQCOM
VkTilePropertiesQCOM.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkTilePropertiesQCOM
VkTilePropertiesQCOM.clone
(Arena arena, VkTilePropertiesQCOM src) VkTilePropertiesQCOM.origin
(@NotNull VkOffset2D value) VkTilePropertiesQCOM.origin
(Consumer<@NotNull VkOffset2D> consumer) VkTilePropertiesQCOM.pNext
(@NotNull MemorySegment value) VkTilePropertiesQCOM.sType
(int value) VkTilePropertiesQCOM.tileSize
(@NotNull VkExtent3D value) VkTilePropertiesQCOM.tileSize
(Consumer<@NotNull VkExtent3D> consumer) VkTilePropertiesQCOM.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkTilePropertiesQCOMModifier and TypeMethodDescription@NotNull Iterator
<VkTilePropertiesQCOM> VkTilePropertiesQCOM.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkTilePropertiesQCOMModifier and TypeMethodDescriptionstatic VkTilePropertiesQCOM
VkTilePropertiesQCOM.clone
(Arena arena, VkTilePropertiesQCOM src) void
VkTilePropertiesQCOM.Ptr.write
(long index, @NotNull VkTilePropertiesQCOM value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkTilePropertiesQCOMModifier and TypeMethodDescriptionVkTilePropertiesQCOM.Ptr.at
(long index, @NotNull Consumer<@NotNull VkTilePropertiesQCOM> consumer)