depthRange method - RenderingContext2 class - dart:web_gl library (original) (raw)

description

void depthRange(

  1. num zNear,
  2. num zFar )

Implementation

void depthRange(num zNear, num zFar) native;