depthBits - multiple declarations

Function depthBits

Get the depthBits of an image surface

uint depthBits (
  in const(SurfaceType) st
) pure @property;

Function depthBits

Get the depthBits of a format

uint depthBits (
  in const(Format) format
) pure @property;