Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceSparseProperties
Packages that use VkPhysicalDeviceSparseProperties
-
Uses of VkPhysicalDeviceSparseProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceSparsePropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceSparsePropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceSparsePropertiesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceSparsePropertiesVkPhysicalDeviceSparseProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceSparseProperties.clone(Arena arena, VkPhysicalDeviceSparseProperties src) VkPhysicalDeviceSparseProperties.residencyAlignedMipSize(int value) VkPhysicalDeviceSparseProperties.residencyNonResidentStrict(int value) VkPhysicalDeviceSparseProperties.residencyStandard2DBlockShape(int value) VkPhysicalDeviceSparseProperties.residencyStandard2DMultisampleBlockShape(int value) VkPhysicalDeviceSparseProperties.residencyStandard3DBlockShape(int value) @NotNull VkPhysicalDeviceSparsePropertiesVkPhysicalDeviceProperties.sparseProperties()VkPhysicalDeviceSparseProperties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceSparsePropertiesModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceSparseProperties> VkPhysicalDeviceSparseProperties.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceSparsePropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceSparseProperties.clone(Arena arena, VkPhysicalDeviceSparseProperties src) VkPhysicalDeviceProperties.sparseProperties(@NotNull VkPhysicalDeviceSparseProperties value) voidVkPhysicalDeviceSparseProperties.Ptr.write(long index, @NotNull VkPhysicalDeviceSparseProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceSparsePropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceSparseProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceSparseProperties> consumer) VkPhysicalDeviceProperties.sparseProperties(Consumer<@NotNull VkPhysicalDeviceSparseProperties> consumer)