Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port over to the latest incoming #36

Merged
merged 1 commit into from May 14, 2013
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Ported over to the latest incoming. Removed deprecated extern module …

…names.
  • Loading branch information
Steven Stewart-Gallus
Steven Stewart-Gallus committed May 14, 2013
commit 959bd476feabb264d865e6641553726e81af9302
15 cgl.rs
@@ -50,17 +50,4 @@ extern {
pub fn CGLTexImageIOSurface2D(ctx: CGLContextObj, target: GLenum, internal_format: GLenum,
width: GLsizei, height: GLsizei, format: GLenum, ty: GLenum,
ioSurface: IOSurfaceRef, plane: GLuint) -> CGLError;
}

#[nolink]
extern mod ll {
// CGLContext.h
fn CGLGetCurrentContext() -> CGLContextObj;

// CGLIOSurface.h
fn CGLTexImageIOSurface2D(ctx: CGLContextObj, target: GLenum, internal_format: GLenum,
width: GLsizei, height: GLsizei, format: GLenum, pixel_type: GLenum,
ioSurface: IOSurfaceRef, plane: GLuint)
-> CGLError;
}

}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.