You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
CatDroid
changed the title
GLES3.0 is not support on PC while replay
GLES3.0 is not support on windows while using GL_HALF_FLOAT
Feb 12, 2019
CatDroid
changed the title
GLES3.0 is not support on windows while using GL_HALF_FLOAT
GL_HALF_FLOAT is not support on windows while replaying
Feb 12, 2019
`GL_HALF_FLOAT` does not have the same value as `GL_HALF_FLOAT_OES`.
We need to handle both everywhere, but missed it in
`GetSizedFormatFromTuple`.
Fixesgoogle#2603
`GL_HALF_FLOAT` does not have the same value as `GL_HALF_FLOAT_OES`.
We need to handle both everywhere, but missed it in
`GetSizedFormatFromTuple`.
Fixesgoogle#2603
`GL_HALF_FLOAT` does not have the same value as `GL_HALF_FLOAT_OES`.
We need to handle both everywhere, but missed it in
`GetSizedFormatFromTuple`.
Fixes#2603
GAPID Version: 1.3.1:44c6681a66df5e84e2cd8e56fbd8f968be2fafd6
OS: windows 7 amd64
GL_HALF_FLOAT is GLES3.0 supported
but when i select windows PC (Windows 7 Intel HD Graphic 530 ) as replay device, it show error log as follow
The text was updated successfully, but these errors were encountered: