Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.

glClearDepthf #3

Open
tepGithub opened this issue Apr 12, 2013 · 1 comment
Open

glClearDepthf #3

tepGithub opened this issue Apr 12, 2013 · 1 comment

Comments

@tepGithub
Copy link
Contributor

Hi,
We need the implementation of glClearDepthf when porting. I think this might be useful for others too. In libGL.as, I saw this

    public function glClearDepth(depth:Number):void
    {
        // if (log) log.send( "[IMPLEMENTED] glClearDepthf " + depth + "\n")   
        contextClearDepth = depth          
    }

in the function signature, it's glClearDepth, however, in the comment, it's glClearDepthf. Is this a typo?

Thanks.

-tep

@alexmac
Copy link
Contributor

alexmac commented Apr 12, 2013

It looks like a typeo, although both glClearDepth and glClearDepthf are GL functions so perhaps glClearDepthf needs to be added

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

No branches or pull requests

2 participants