Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceTileShadingFeaturesQCOM
Packages that use VkPhysicalDeviceTileShadingFeaturesQCOM
-
Uses of VkPhysicalDeviceTileShadingFeaturesQCOM in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceTileShadingFeaturesQCOMModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceTileShadingFeaturesQCOMstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceTileShadingFeaturesQCOMModifier and TypeMethodDescriptionVkPhysicalDeviceTileShadingFeaturesQCOM.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceTileShadingFeaturesQCOM.clone(Arena arena, VkPhysicalDeviceTileShadingFeaturesQCOM src) VkPhysicalDeviceTileShadingFeaturesQCOM.pNext(@NotNull MemorySegment value) VkPhysicalDeviceTileShadingFeaturesQCOM.sType(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShading(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingAnisotropicApron(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingApron(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingAtomicOps(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingColorAttachments(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingDepthAttachments(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingDispatchTile(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingFragmentStage(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingImageProcessing(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingInputAttachments(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingPerTileDispatch(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingPerTileDraw(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingSampledAttachments(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.tileShadingStencilAttachments(int value) VkPhysicalDeviceTileShadingFeaturesQCOM.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceTileShadingFeaturesQCOMMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceTileShadingFeaturesQCOMModifier and TypeMethodDescriptionVkPhysicalDeviceTileShadingFeaturesQCOM.clone(Arena arena, VkPhysicalDeviceTileShadingFeaturesQCOM src) voidVkPhysicalDeviceTileShadingFeaturesQCOM.Ptr.write(long index, @NotNull VkPhysicalDeviceTileShadingFeaturesQCOM value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceTileShadingFeaturesQCOMModifier and TypeMethodDescriptionVkPhysicalDeviceTileShadingFeaturesQCOM.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceTileShadingFeaturesQCOM> consumer)