On this page
Properties

Type Alias ClearArgs

type ClearArgs = {
    color?: Color;
    depth?: number;
    stencil?: number;
}
Index

Properties

color?: Color
depth?: number
stencil?: number
Was this helpful?
SDK JS
Reference
ClearArgs