> Under Vulkan, we will prefer your dedicated graphics card over any integrated graphics, which is a change from OpenGL
Did OpenGL not do this?
voxic11 4 days ago [-]
OpenGL doesn't have any way to do this except sometimes via vendor specific extensions. Basically how OpenGL works is it creates the graphics context on whichever device the system hands it. So you can configure the GPU used by OpenGL on the system level but not at the application level.
CyborgCabbage 3 hours ago [-]
I believe if you plug your monitor into your motherboard then OpenGL will use your integrated graphics rather than your card. I think with Vulkan it doesn't matter what port you plug it in, it can coordinate it?
chainingsolid 4 days ago [-]
I don't remember being able to pick which card OpenGL uses, while with Vulkan it's a required question the App has to answer...
jchw 2 hours ago [-]
I find this choice interesting. Vulkan is a sensible choice given the game is multiplatform (and of course they mention MoltenVK right in the announcement.) Despite that, I still find it interesting that a Microsoft subsidiary would make this choice given that Vulkan is a direct competitor to Direct3D and that Microsoft seemed to only begrudgingly continue to support OpenGL and wgl. (Am I hallucinating, or was there not a period of time where the graphics drivers shipped from Windows Update simply omitted OpenGL support, leaving you with only the terrible OpenGL 1.4 software renderer?)
willis936 8 minutes ago [-]
The bedrock lineage is microsoft's attempt at microsoftifying minecraft. The team behind bedrock are responsible for showing the world the supremacy of DirectX.
Bedrock is far behind on features and is far buggier compared to java edition. A ground up C++ rewrite is noble beginnings. Unfortunately time has shown that they only planned to get it to an MVP necessary for some gross monetization tactics targeting children and not really a genuine interest in improving the tech, growing fandom goodwill, or creating new art.
SugarReflex 2 hours ago [-]
Is it safe to say that this positively affected me?
For the very first time I installed Linux Mint on my old gaming with a 1080 TI and installed Minecraft/Steam. Minecraft ran beautifully and it is Java Edition 26.2.
I've had a harder hit and miss time with games on Steam.
QuaternionsBhop 23 minutes ago [-]
Minecraft (and Java) just runs great on Linux. I've personally experienced a 30% performance improvement from Windows.
CyborgCabbage 2 hours ago [-]
Unless you changed the setting it still uses the OpenGL backend by default
bellowsgulch 1 hours ago [-]
I thought Minecraft has been using bgfx for a while now.
Did OpenGL not do this?
Bedrock is far behind on features and is far buggier compared to java edition. A ground up C++ rewrite is noble beginnings. Unfortunately time has shown that they only planned to get it to an MVP necessary for some gross monetization tactics targeting children and not really a genuine interest in improving the tech, growing fandom goodwill, or creating new art.