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

glClearDepthf #3

@tepGithub

Description

@tepGithub

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions