-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DLSS ? #556
Comments
why would you need dlss though |
better performance since the game runs on a lower resolution internally |
why would need dlss in a block game though its not like a triple a game |
also dlss doesnt just have the game on a lower resolution im pretty sure it lowers the resolution then upscales it, idk why you would need that for minecraft |
It would still have better performance since the shaders (the ones included by minecraft) would run a lot less times, |
I mean who doesnt wants to have more FPS. |
i wouldnt really want to reduce my resolution in a block game though |
It renders at a low resolution and upscales the produced image to full quality using AI (see https://en.wikipedia.org/wiki/Deep_Learning_Super_Sampling) This would technically boost the game FPS since the shaders don't have to run for each pixel on the screen, but as stated above, it doesn't really matter in a game like Minecraft and this mod doesn't implement vendor-specific features. |
Just why? DLSS is not a priority nor should it be, and will have little to no benefit in a voxel-based block game. We should not rely on such technologies to make a title playable. The game industry already relies on these technologies too much. Look at any modern title and turn off DLSS/FSR and they run like crap. |
It would be good for me to play with anti aliasing. Dlss has a function called dlaa, which make the game run on a higher resolution using dlss. It would improve visual quality. Minecraft runs fine on my pc, but the poor people who are stuck with a 2050 laptop, it suck on higher render distances. Dlss is open source I think. Also if we have Vulkan, why wouldn't we start testing things like ray tracing and dlss? Even fsr and xess. Fsr would improve the fps for integrated graphics and xess for low end intel dedicated graphics. |
what is a 2050 laptop |
A laptop computer with an Nvidia GeForce RTX 2050 Graphics Processing Unit. It's literally e-waste. https://www.techpowerup.com/gpu-specs/geforce-rtx-2050-mobile.c3859 |
i didnt know that was a thing |
I feel like instead of DLSS, FSR2 should be implemented... or at least the first version, as it works nearly on every GPU hardware supporting Vulkan. A good implementation can be decent but it takes a bit of work for sure though. |
DLSS Could improve by A LOT Minecraft performance, modern GPUs are focused on DLSS and AI features (just see the RTX 50XX serie). I will be honest, I don't even know if its possible or not, if Nvidia (or AMD) has open sourced all the DLSS stuff but frame generation, up scalling etc.. (when I talk abt DLSS I mean all the AI features). |
No, it wouldn't as minecraft isn't even bottlenecked by the GPU but the data transfer between the CPU and GPU. FSR2/DLSS would do nothing to fix this while introducing currently unneeded complexity. Also vulkanmod is still in beta albeit very usable, other possible improvements could be done way before then. tl;dr it's not needed while dev wasting time |
My integrated Intel Iris Xe graphics easily gets over 150FPS. Why would we need DLSS/FSR? Minecraft with VulkanMod runs on a damn potato |
Describe the request
Hey, this question might be dumb but I know that Nvidia doesn't support DLSS for OpenGL but does support Vulkan so would it be possible to have DLSS in Minecraft java with your mod ?
The text was updated successfully, but these errors were encountered: