t3du - Resolution post process

This commit is contained in:
2025-06-10 20:11:05 +00:00
parent e05c83a8bb
commit fb1a5c88bf

View File

@ -785,7 +785,11 @@ class Inc {
public static inline function getDisplayp(): Null<Int> {
#if rp_resolution_filter // Custom resolution set
#if rp_pp
return leenkx.renderpath.Postprocess.resolution_uniforms[0];
#else
return Main.resolutionSize;
#end
#else
return null;
#end