![]() |
ezEngine
Release 25.03
|
XR Window output target base implementation. Optionally wraps a companion window output target. More...
#include <XRWindow.h>
Public Member Functions | |
ezWindowOutputTargetXR (ezXRInterface *pVrInterface, ezUniquePtr< ezWindowOutputTargetGAL > pCompanionWindowOutputTarget) | |
virtual void | AcquireImage () override |
virtual void | PresentImage (bool bEnableVSync) override |
void | CompanionViewBeginFrame (bool bThrottleCompanionView=true) |
void | CompanionViewEndFrame () |
virtual ezResult | CaptureImage (ezImage &out_image) override |
const ezWindowOutputTargetBase * | GetCompanionWindowOutputTarget () const |
Returns the companion window output target if present. | |
XR Window output target base implementation. Optionally wraps a companion window output target.