Changeset 44747 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c
- Timestamp:
- Feb 19, 2013 11:37:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c
r44740 r44747 570 570 } 571 571 572 pixels = CrHlpGetTexImage(ctx, &Tex, idPBO );572 pixels = CrHlpGetTexImage(ctx, &Tex, idPBO, GL_BGRA); 573 573 if (!pixels) 574 574 {
Note:
See TracChangeset
for help on using the changeset viewer.