Home -> IGraphicsDevice -> GetDrawLimits

Description

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

Usage

DataBufferLimits GetDataBufferLimits() const;

Return value

[DataBufferLimits]
A structure containing information on the limits this graphics device has around data buffers

See also