Share

AcGsManager::getOffScreenView Method

C++

virtual AcGsView* getOffScreenView(
    AcGsGraphicsKernel & kernel, 
    AcGsClientViewInfo & clientViewInfo
) = 0;

Description

Get an offscreen view for the specified kernel.

Parameters

Parameters Description
kernel Input kernel. Currently only supports the k3DRapidRTRendering kernel.
clientViewInfo Input client view information.

Returns

A valid offscreen AcGsView if successful, otherwise null.

Remarks

The view is connected to the offscreen device. It is created on demand and cached, however its lifetime is transient and not guaranteed when you pass the next call to this function with different AcGsClientViewInfo parameters.

Links

AcGsManager Class

Previous Class

AcGsManager2

Was this information helpful?