Uses of Record Class
club.doki7.vulkan.datatype.VkSurfacePresentScalingCapabilitiesEXT
Packages that use VkSurfacePresentScalingCapabilitiesEXT
-
Uses of VkSurfacePresentScalingCapabilitiesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSurfacePresentScalingCapabilitiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkSurfacePresentScalingCapabilitiesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSurfacePresentScalingCapabilitiesEXTModifier and TypeMethodDescriptionVkSurfacePresentScalingCapabilitiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkSurfacePresentScalingCapabilitiesEXT.clone
(Arena arena, VkSurfacePresentScalingCapabilitiesEXT src) VkSurfacePresentScalingCapabilitiesEXT.maxScaledImageExtent
(@NotNull VkExtent2D value) VkSurfacePresentScalingCapabilitiesEXT.maxScaledImageExtent
(Consumer<@NotNull VkExtent2D> consumer) VkSurfacePresentScalingCapabilitiesEXT.minScaledImageExtent
(@NotNull VkExtent2D value) VkSurfacePresentScalingCapabilitiesEXT.minScaledImageExtent
(Consumer<@NotNull VkExtent2D> consumer) VkSurfacePresentScalingCapabilitiesEXT.sType
(int value) VkSurfacePresentScalingCapabilitiesEXT.supportedPresentGravityX
(int value) VkSurfacePresentScalingCapabilitiesEXT.supportedPresentGravityY
(int value) VkSurfacePresentScalingCapabilitiesEXT.supportedPresentScaling
(int value) VkSurfacePresentScalingCapabilitiesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSurfacePresentScalingCapabilitiesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkSurfacePresentScalingCapabilitiesEXTModifier and TypeMethodDescriptionVkSurfacePresentScalingCapabilitiesEXT.clone
(Arena arena, VkSurfacePresentScalingCapabilitiesEXT src) void
VkSurfacePresentScalingCapabilitiesEXT.Ptr.write
(long index, @NotNull VkSurfacePresentScalingCapabilitiesEXT value)