зеркало из https://github.com/xamarin/ios-samples.git
Родитель
80d151ce94
Коммит
4c80fc02b3
|
@ -279,7 +279,7 @@ namespace GLCameraRipple
|
|||
wcontainer = new WeakReference<RippleViewController>(container);
|
||||
}
|
||||
|
||||
void CleanupTextures (RippleViewController container)
|
||||
void CleanupTextures ()
|
||||
{
|
||||
if (lumaTexture != null)
|
||||
lumaTexture.Dispose ();
|
||||
|
@ -304,7 +304,7 @@ namespace GLCameraRipple
|
|||
container.SetupRipple (textureWidth, textureHeight);
|
||||
}
|
||||
|
||||
CleanupTextures (container);
|
||||
CleanupTextures ();
|
||||
|
||||
// Y-plane
|
||||
GL.ActiveTexture (TextureUnit.Texture0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче