Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFragmentDensityMap2FeaturesEXT
Packages that use VkPhysicalDeviceFragmentDensityMap2FeaturesEXT
-
Uses of VkPhysicalDeviceFragmentDensityMap2FeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceFragmentDensityMap2FeaturesEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceFragmentDensityMap2FeaturesEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFragmentDensityMap2FeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.clone(Arena arena, VkPhysicalDeviceFragmentDensityMap2FeaturesEXT src) VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.fragmentDensityMapDeferred(int value) VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.sType(int value) VkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceFragmentDensityMap2FeaturesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceFragmentDensityMap2FeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.clone(Arena arena, VkPhysicalDeviceFragmentDensityMap2FeaturesEXT src) voidVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptr.write(long index, @NotNull VkPhysicalDeviceFragmentDensityMap2FeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceFragmentDensityMap2FeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentDensityMap2FeaturesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFragmentDensityMap2FeaturesEXT> consumer)