[Bug 83468] Using bool in UBO as if-statement condition asserts

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Sep 3 18:34:20 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=83468

--- Comment #1 from Ian Romanick <idr at freedesktop.org> ---
Changing the line

    if (b1)

to

    if (b1 == true)

causes it to not assert.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20140904/d749fcd3/attachment.html>


More information about the intel-3d-bugs mailing list