1 (edited by Robbie 2007-05-31 16:05:18)

Topic: Resizing display

Re: Resizing display

Re: Resizing display

Thanks! smile

So, it's not possible to resize the device/display after it has been created? Would recreating the device constantly as the window is resized have any performance impact?

Re: Resizing display

it shouldnt be but it appears the D3D device handles it but the OGL device wont.  i wouldnt think recreating on resize would be too heavy, but still i think i would try to work out a system based on mousedown and resize and only recreate the device on mouse up.