Uses of Enum Class
com.mojang.renderpearl.api.device.GpuSurface.PresentMode
Packages that use GpuSurface.PresentMode
Package
Description
-
Uses of GpuSurface.PresentMode in com.mojang.renderpearl.api.device
Subclasses with type arguments of type GpuSurface.PresentMode in com.mojang.renderpearl.api.deviceFields in com.mojang.renderpearl.api.device declared as GpuSurface.PresentModeModifier and TypeFieldDescriptionprivate static final GpuSurface.PresentMode[]GpuSurface.PresentMode.PRESENT_MODES_NO_VSYNCprivate static final GpuSurface.PresentMode[]GpuSurface.PresentMode.PRESENT_MODES_VSYNCprivate final GpuSurface.PresentModeGpuSurface.Configuration.presentModeThe field for thepresentModerecord component.Methods in com.mojang.renderpearl.api.device that return GpuSurface.PresentModeModifier and TypeMethodDescriptionstatic GpuSurface.PresentModeGpuSurface.PresentMode.getSupportedVsyncMode(Collection<GpuSurface.PresentMode> supportedModes, boolean vsync) GpuSurface.Configuration.presentMode()Returns the value of thepresentModerecord component.static GpuSurface.PresentModeReturns the enum constant of this class with the specified name.static GpuSurface.PresentMode[]GpuSurface.PresentMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.renderpearl.api.device that return types with arguments of type GpuSurface.PresentModeMethod parameters in com.mojang.renderpearl.api.device with type arguments of type GpuSurface.PresentModeModifier and TypeMethodDescriptionstatic GpuSurface.PresentModeGpuSurface.PresentMode.getSupportedVsyncMode(Collection<GpuSurface.PresentMode> supportedModes, boolean vsync) Constructors in com.mojang.renderpearl.api.device with parameters of type GpuSurface.PresentModeModifierConstructorDescriptionConfiguration(int width, int height, GpuSurface.PresentMode presentMode) Creates an instance of aConfigurationrecord class. -
Uses of GpuSurface.PresentMode in com.mojang.renderpearl.backend.api
Methods in com.mojang.renderpearl.backend.api that return types with arguments of type GpuSurface.PresentMode -
Uses of GpuSurface.PresentMode in com.mojang.renderpearl.backend.opengl
Fields in com.mojang.renderpearl.backend.opengl with type parameters of type GpuSurface.PresentModeModifier and TypeFieldDescriptionprivate static final Set<GpuSurface.PresentMode> GlSurface.SUPPORTED_PRESENT_MODESMethods in com.mojang.renderpearl.backend.opengl that return types with arguments of type GpuSurface.PresentMode -
Uses of GpuSurface.PresentMode in com.mojang.renderpearl.backend.vulkan
Fields in com.mojang.renderpearl.backend.vulkan with type parameters of type GpuSurface.PresentModeModifier and TypeFieldDescriptionprivate final Set<GpuSurface.PresentMode> VulkanGpuSurface.supportedPresentModesMethods in com.mojang.renderpearl.backend.vulkan that return types with arguments of type GpuSurface.PresentModeModifier and TypeMethodDescriptionprivate Set<GpuSurface.PresentMode> VulkanGpuSurface.convertPresentModes(IntBuffer presentModes) VulkanGpuSurface.supportedPresentModes()Methods in com.mojang.renderpearl.backend.vulkan with parameters of type GpuSurface.PresentMode -
Uses of GpuSurface.PresentMode in com.mojang.renderpearl.frontend
Methods in com.mojang.renderpearl.frontend that return types with arguments of type GpuSurface.PresentMode -
Uses of GpuSurface.PresentMode in net.minecraft.client.gui.components.debug
Methods in net.minecraft.client.gui.components.debug with parameters of type GpuSurface.PresentModeModifier and TypeMethodDescriptionprivate static StringDebugEntryFps.presentModeName(@Nullable GpuSurface.PresentMode mode)