Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceTileShadingPropertiesQCOM
Packages that use VkPhysicalDeviceTileShadingPropertiesQCOM
-
Uses of VkPhysicalDeviceTileShadingPropertiesQCOM in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceTileShadingPropertiesQCOMModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceTileShadingPropertiesQCOM
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceTileShadingPropertiesQCOMModifier and TypeMethodDescriptionVkPhysicalDeviceTileShadingPropertiesQCOM.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceTileShadingPropertiesQCOM.clone
(Arena arena, VkPhysicalDeviceTileShadingPropertiesQCOM src) VkPhysicalDeviceTileShadingPropertiesQCOM.maxApronSize
(int value) VkPhysicalDeviceTileShadingPropertiesQCOM.maxTileShadingRate
(@NotNull VkExtent2D value) VkPhysicalDeviceTileShadingPropertiesQCOM.maxTileShadingRate
(Consumer<@NotNull VkExtent2D> consumer) VkPhysicalDeviceTileShadingPropertiesQCOM.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceTileShadingPropertiesQCOM.preferNonCoherent
(int value) VkPhysicalDeviceTileShadingPropertiesQCOM.sType
(int value) VkPhysicalDeviceTileShadingPropertiesQCOM.tileGranularity
(@NotNull VkExtent2D value) VkPhysicalDeviceTileShadingPropertiesQCOM.tileGranularity
(Consumer<@NotNull VkExtent2D> consumer) VkPhysicalDeviceTileShadingPropertiesQCOM.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceTileShadingPropertiesQCOMMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceTileShadingPropertiesQCOMModifier and TypeMethodDescriptionVkPhysicalDeviceTileShadingPropertiesQCOM.clone
(Arena arena, VkPhysicalDeviceTileShadingPropertiesQCOM src) void
VkPhysicalDeviceTileShadingPropertiesQCOM.Ptr.write
(long index, @NotNull VkPhysicalDeviceTileShadingPropertiesQCOM value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceTileShadingPropertiesQCOMModifier and TypeMethodDescriptionVkPhysicalDeviceTileShadingPropertiesQCOM.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceTileShadingPropertiesQCOM> consumer)