08-28-2018 12:11 AM
TextureSize = new OVRPlugin.Sizei() {
w = ( textures[0].width * 2),h = (textures[0].height) };// just copy src into dst's half width & full heightTexture et = layerTextures[eyeId].swapChain[stage];Graphics.CopyTexture(textures[0], 0, 0,0, 0, textures[0].width, textures[0].height,et, 0, 0, 0, 0);