CEGUI::DirectX9Renderer 의 메서드인 preD3DReset과 쌍을 이루는 postD3DReset메서드를
사용하여 디바이스를 Reset할수있다. 고로 풀스크린문제 해결!! 디바이스소실관련 문제 모두 해결 >_<

 /*!
 \brief
  Direct3D support method that must be called prior to a Reset call on the
  Direct3DDevice; this is required so that the GUI renderer can release any
  unmanaged D3D resources as needed for the device reset to succeed.
 */

 virtual void preD3DReset(void);


 /*!
 \brief
  Direct3D support method that must be called after a Reset call on the
  Direct3DDevice; this is required so that the GUI renderer can rebuild any
  unmanaged D3D resources after the device has been reset.
 */

 virtual void postD3DReset(void);


PS . 나는지금 DLL HELL........ㅠ_ㅠ

Creative Commons License
Creative Commons License
Posted by 랜스.

Leave your greetings here.

[로그인][오픈아이디란?]
사용자 삽입 이미지

한글을 띄우기 이렇게 어려워서 어디 살겟니???
imageset이라던지 layout에디터의 사용법에 대해 오케이!!!!!
근데 -ㅇ- 이거 디바이스 소실복구 어떠케 하는거예염..ㅠㅠ? 소실되면 않켜지네 ㅠㅠㅠㅠ
Creative Commons License
Creative Commons License
Posted by 랜스.

Leave your greetings here.

[로그인][오픈아이디란?]