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 recordRepresents a pointer to / an array ofVkPhysicalDeviceTileShadingPropertiesQCOMstructure(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) voidVkPhysicalDeviceTileShadingPropertiesQCOM.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)