Share

acgsGetActiveGraphicsKernels Function

C++

ACCORE_PORT bool acgsGetActiveGraphicsKernels(
    AcArray<AcGsGraphicsKernel*>& result
);

File

acgs.h

Description

Gets an array of active graphics kernels.

Parameters

Parameters Description
result Output array of graphics kernels

Returns

Returns true if there are one or more graphics kernels.

Remarks

This function does not clear the result passed in before adding to it. This is a convenience wrapper for AcGsManager::activeGraphicsKernels().

Was this information helpful?