Axiom.RenderSystems.OpenGLES.GLESRenderSystem.VBOBufferOffset C# (CSharp) Method

VBOBufferOffset() public static method

public static VBOBufferOffset ( int i ) : IntPtr
i int
return IntPtr
		public static IntPtr VBOBufferOffset( int i )
		{
			return new IntPtr( i );
		}
GLESRenderSystem