Uses of Class
net.minecraft.client.gl.WindowFramebuffer.Size
Packages that use WindowFramebuffer.Size
-
Uses of WindowFramebuffer.Size in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as WindowFramebuffer.SizeModifier and TypeFieldDescription(package private) static final WindowFramebuffer.Size
WindowFramebuffer.DEFAULT
Methods in net.minecraft.client.gl that return WindowFramebuffer.SizeModifier and TypeMethodDescriptionprivate WindowFramebuffer.Size
WindowFramebuffer.findSuitableSize
(int width, int height) Methods in net.minecraft.client.gl that return types with arguments of type WindowFramebuffer.SizeModifier and TypeMethodDescription(package private) static List<WindowFramebuffer.Size>
WindowFramebuffer.Size.findCompatible
(int width, int height) Methods in net.minecraft.client.gl with parameters of type WindowFramebuffer.SizeModifier and TypeMethodDescriptionprivate boolean
WindowFramebuffer.supportsColor
(WindowFramebuffer.Size size) private boolean
WindowFramebuffer.supportsDepth
(WindowFramebuffer.Size size)