[Webkit-unassigned] [Bug 119298] New: JSOESTextureHalfFloat not generated on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 30 18:14:17 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119298

           Summary: JSOESTextureHalfFloat not generated on Windows
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebGL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achristensen at apple.com
                CC: dino at apple.com


I have spent weeks wondering why OESTextureHalfFloat wasn't working on Windows.  JSOESTextureHalfFloat.h and JSOESTextureHalfFloat.cpp were not being generated.  After going through every possible difference between OESTextureHalfFloat and OESTextureFloat I found the problem: OESTextureHalfFloat.idl doesn't end with a newline, which was making generate-bindings.pl fail, but only on Windows.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list