This version of Unity is unsupported.

RenderBuffer.GetNativeRenderBufferPtr

Declaration

public IntPtr GetNativeRenderBufferPtr();

Description

Returns native RenderBuffer. Be warned this is not native Texture, but rather pointer to unity struct that can be used with native unity API. Currently such API exists only on iOS.