Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFragmentDensityMapPropertiesEXT
Packages that use VkPhysicalDeviceFragmentDensityMapPropertiesEXT
-
Uses of VkPhysicalDeviceFragmentDensityMapPropertiesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceFragmentDensityMapPropertiesEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceFragmentDensityMapPropertiesEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFragmentDensityMapPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceFragmentDensityMapPropertiesEXT.clone(Arena arena, VkPhysicalDeviceFragmentDensityMapPropertiesEXT src) VkPhysicalDeviceFragmentDensityMapPropertiesEXT.fragmentDensityInvocations(int value) VkPhysicalDeviceFragmentDensityMapPropertiesEXT.maxFragmentDensityTexelSize(@NotNull VkExtent2D value) VkPhysicalDeviceFragmentDensityMapPropertiesEXT.maxFragmentDensityTexelSize(Consumer<@NotNull VkExtent2D> consumer) VkPhysicalDeviceFragmentDensityMapPropertiesEXT.minFragmentDensityTexelSize(@NotNull VkExtent2D value) VkPhysicalDeviceFragmentDensityMapPropertiesEXT.minFragmentDensityTexelSize(Consumer<@NotNull VkExtent2D> consumer) VkPhysicalDeviceFragmentDensityMapPropertiesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceFragmentDensityMapPropertiesEXT.sType(int value) VkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceFragmentDensityMapPropertiesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceFragmentDensityMapPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentDensityMapPropertiesEXT.clone(Arena arena, VkPhysicalDeviceFragmentDensityMapPropertiesEXT src) voidVkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptr.write(long index, @NotNull VkPhysicalDeviceFragmentDensityMapPropertiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceFragmentDensityMapPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentDensityMapPropertiesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFragmentDensityMapPropertiesEXT> consumer)