Uses of Enum Class
com.mojang.blaze3d.systems.GpuSurface.PresentMode
Packages that use GpuSurface.PresentMode
Package
Description
-
Uses of GpuSurface.PresentMode in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl with type parameters of type GpuSurface.PresentModeModifier and TypeFieldDescriptionprivate static final Set<GpuSurface.PresentMode> GlSurface.SUPPORTED_PRESENT_MODESMethods in com.mojang.blaze3d.opengl that return types with arguments of type GpuSurface.PresentMode -
Uses of GpuSurface.PresentMode in com.mojang.blaze3d.systems
Subclasses with type arguments of type GpuSurface.PresentMode in com.mojang.blaze3d.systemsFields in com.mojang.blaze3d.systems 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.blaze3d.systems 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.blaze3d.systems that return types with arguments of type GpuSurface.PresentModeModifier and TypeMethodDescriptionGpuSurface.supportedPresentModes()GpuSurfaceBackend.supportedPresentModes()Method parameters in com.mojang.blaze3d.systems with type arguments of type GpuSurface.PresentModeModifier and TypeMethodDescriptionstatic GpuSurface.PresentModeGpuSurface.PresentMode.getSupportedVsyncMode(Collection<GpuSurface.PresentMode> supportedModes, boolean vsync) Constructors in com.mojang.blaze3d.systems 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.blaze3d.vulkan
Fields in com.mojang.blaze3d.vulkan with type parameters of type GpuSurface.PresentModeModifier and TypeFieldDescriptionprivate final Set<GpuSurface.PresentMode> VulkanGpuSurface.supportedPresentModesMethods in com.mojang.blaze3d.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.blaze3d.vulkan with parameters 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)