Searched defs:offTex (Results 1 – 2 of 2) sorted by relevance
84 Texture2D offTex = new Texture2D(512, 512, Format.RGBA8); in setupOffscreenView() local115 Texture offTex = setupOffscreenView(); in simpleInitApp() local
79 private Texture2D offTex; field in TestRenderToMemory