Other |
---|
internalFixed |
MetalContext.clearRTT() method should clear the entire RTT when there is no scissor rect is set. In ES2 and D3D pipelines, the texture clearing is a unit operation, a call to clearBuffers clears all buffers, (frame, depth). But in Metal we only set loadAction in clearRTT for clearing entire texture and expect texture to be cleared on next render call.
|