mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-25 14:17:03 +00:00
[client] removed use of now removed frame type, fixed #105
This commit is contained in:
parent
a1b1ed0060
commit
7be930a69c
@ -394,11 +394,6 @@ int frameThread(void * unused)
|
|||||||
lgrFormat.bpp = 12;
|
lgrFormat.bpp = 12;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case FRAME_TYPE_H264:
|
|
||||||
dataSize = lgrFormat.pitch;
|
|
||||||
lgrFormat.bpp = 0;
|
|
||||||
break;
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
DEBUG_ERROR("Unsupported frameType");
|
DEBUG_ERROR("Unsupported frameType");
|
||||||
error = true;
|
error = true;
|
||||||
|
@ -98,7 +98,7 @@ uniform sampler2D sampler1;\
|
|||||||
\
|
\
|
||||||
void main()\
|
void main()\
|
||||||
{\
|
{\
|
||||||
color = texture(sampler1, uv);\
|
color = texture(sampler1, uv) * 1.1;\
|
||||||
}\
|
}\
|
||||||
";
|
";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user