summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/InputConfig.cpp
diff options
context:
space:
mode:
authorRyan Houdek <Sonicadvance1@gmail.com>2014-01-07 07:56:30 -0600
committerRyan Houdek <Sonicadvance1@gmail.com>2014-01-07 07:56:30 -0600
commit7acc64eb0a9102e4a10468e1917dee679049da07 (patch)
tree4ee67d68e27a0f8756db80075420807562886754 /Source/Core/InputCommon/InputConfig.cpp
parent55717ed216a7d7897c04fd4934904730a837f48f (diff)
[Android] Reenable the bug for dynamic UBO array member accesses.
Some information on this bug since this isn't quite true. Seemingly with the v53 driver, Qualcomm has actually fixed this bug. So we can dynamically access UBO array members. The issue that is cropping up is actually converting our attribute 'fposmtx' to an integer. int posmtx = int(fpostmtx); This line causes some seemingly garbage values to enter in to the posmtx variable. Not sure exactly why it is failing, probably them just not actually converting the float to an integer and just handling the float directly as a integer. So the bug is going to stay active with Qualcomm devices until we convert this vertex attribute from a float to a integer.
Diffstat (limited to 'Source/Core/InputCommon/InputConfig.cpp')
0 files changed, 0 insertions, 0 deletions