clearColor method

void clearColor(
  1. GLclampf red,
  2. GLclampf green,
  3. GLclampf blue,
  4. GLclampf alpha,
)

Implementation

external void clearColor(
  GLclampf red,
  GLclampf green,
  GLclampf blue,
  GLclampf alpha,
);