Similar to DrawImage, it can be useful to generate a wrap-around animation using DrawCheckerboard directly by simply shifting the texture coordinates. You can do this currently by RenderTexture > DrawImage, but it is both less performant and risks aliasing if texture resolution is not high enough.