Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT
Packages that use VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT
-
Uses of VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.clone
(Arena arena, VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT src) VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.fragmentDensityMapOffset
(int value) VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.sType
(int value) VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.clone
(Arena arena, VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT src) void
VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptr.write
(long index, @NotNull VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceFragmentDensityMapOffsetFeaturesEXT> consumer)