Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What is GraphicsMode and its options?

Asked by 5 years ago

When I go into Roblox Studio settings, I see something called GraphicsMode and I have no clue what the options mean. Can somebody help me out? Here are all the options:

  • Automatic (Default)

  • DirectX 9

  • DirectX 11

  • OpenGL

  • Metal

  • Vulkan

  • No Graphics

1
This has small descriptions, but I believe it's just the way your device will render the graphics. Such as a phone probably renders differently than a super computer. https://wiki.roblox.com/index.php?title=API:Enum/GraphicsMode climethestair 1663 — 5y
0
okay DeceptiveCaster 3761 — 5y

1 answer

Log in to vote
2
Answered by 5 years ago
Edited 5 years ago

Always leave GraphicsMode at the default value, 1 (Automatic). Useless you are specifically targeting your game just for players with a higher-end graphics, for example (I have no idea why you would though :P).

Microsoft DirectX is a group of technologies designed for running and displaying applications rich in multimedia elements such as full-color graphics, video, 3D animation, and rich audio. DirectX9 and DirectX11 are two different verions of DirectX. Most graphics cards support DirectX9 now, but many do not support DirectX11 yet. Edit: Forgot to mention, DirectX is specific to windows.

OpenVL is a library for handling and processing volumetric datasets. It's mostly for writing applications and implementing algorithms which deal with volumetric data. OpenVL is specific to devices running Linux (That includes Android phones).

I've never read up on Vulkan, so I don't know much about it; and Metal, as the Roblox wiki says, is for Apple's graphics.

0
I know that Vulkan is one of those funky settings that only works with NVIDIA and some AMD graphics. Thanks! DeceptiveCaster 3761 — 5y
Ad

Answer this question