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

Naming convention #80

Open
kvark opened this issue Jan 17, 2019 · 0 comments
Open

Naming convention #80

kvark opened this issue Jan 17, 2019 · 0 comments
Labels

Comments

@kvark
Copy link
Member

kvark commented Jan 17, 2019

Just noticed that our methods sometimes diverge from Metal:

    pub fn new_blit_command_encoder(&self) -> &BlitCommandEncoderRef {
        unsafe {
            msg_send![self, blitCommandEncoder]
        }
}

I think we should fix all of those diverging cases and follow Metal more strictly. That would be a breaking change.
cc @grovesNL

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant