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 recordRepresents a pointer to / an array ofVkSurfacePresentScalingCapabilitiesEXTstructure(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.pNext(@NotNull MemorySegment value) 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) voidVkSurfacePresentScalingCapabilitiesEXT.Ptr.write(long index, @NotNull VkSurfacePresentScalingCapabilitiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSurfacePresentScalingCapabilitiesEXTModifier and TypeMethodDescriptionVkSurfacePresentScalingCapabilitiesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkSurfacePresentScalingCapabilitiesEXT> consumer)