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