Home -> IGraphicsDevice -> GetFrameBufferLimits

Description

The GetFrameBufferLimits method returns a structure containing information on the limits this graphics device has around framebuffers, in the form of the FrameBufferLimits structure. These limits are fixed for the graphics device, and must not be exceeded by the application.

Usage

FrameBufferLimits GetFrameBufferLimits() const;

Return value

[FrameBufferLimits]
A structure containing information on the limits this graphics device has around framebuffers

See also