depthStencilTexture property

WebGLTexture? depthStencilTexture

Implementation

WebGLTexture? get depthStencilTexture =>
    js_util.getProperty(this, 'depthStencilTexture');