C++
virtual Adesk::Boolean supportsFastRenderBuffer() const;
Description
Indicate whether or not the backend driver supports fast AcGiRenderBuffer.
Returns
True if fast render buffers supported, false otherwise.
Remarks
Render buffer being supported doesn't mean it will be fast and cached on the hardware.
Driver memory and other runtime factors also play a role. This method, however, lets you determine if
you are using software renderer or another driver that will never draw fast renderBuffers.