How can you change the screen resolution [solved]

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

How can you change the screen resolution [solved]

Post by Mel »

In fullscreen without resetting the whole engine? on window mode is straightforward, but in fullscreen, i can't figure out what to do so i can change the screen resolution without changing the original one. (and without resorting to dirty rendertarget tricks... XD)

Is it possible?
Last edited by Mel on Wed Dec 09, 2015 10:30 am, edited 1 time in total.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Re: How can you change the screen resolution in fullscreen?

Post by hendu »

Not possible without reset, and not an irr limitation either. A fullscreen mode is tied to the context.
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Re: How can you change the screen resolution in fullscreen?

Post by Mel »

I see, I thought it was a lack of knowledge in my side. Okay.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Post Reply