clear abstract method

void clear([
  1. bool color = true,
  2. bool depth = true,
  3. bool stencil = true
])

Implementation

void clear([bool color = true, bool depth = true, bool stencil = true]);