depthRange method

void depthRange(
  1. GLclampf zNear,
  2. GLclampf zFar
)

Implementation

external void depthRange(
  GLclampf zNear,
  GLclampf zFar,
);