Changeset 42528 in vbox for trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_glsl.c
- Timestamp:
- Aug 2, 2012 11:32:51 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_glsl.c
r42499 r42528 29 29 int writeback = 1; 30 30 GLuint return_val = (GLuint) 0; 31 if (! (pack_spu.thread[pack_spu.idxThreadInUse].netServer.conn->actual_network))31 if (!CRPACKSPU_IS_WDDM_CRHGSMI() && !(pack_spu.thread[pack_spu.idxThreadInUse].netServer.conn->actual_network)) 32 32 { 33 33 crError("packspu_CreateProgram doesn't work when there's no actual network involved!\nTry using the simplequery SPU in your chain!"); … … 58 58 int writeback = 1; 59 59 GLint return_val = (GLint) 0; 60 if (! (pack_spu.thread[pack_spu.idxThreadInUse].netServer.conn->actual_network))60 if (!CRPACKSPU_IS_WDDM_CRHGSMI() && !(pack_spu.thread[pack_spu.idxThreadInUse].netServer.conn->actual_network)) 61 61 { 62 62 crError("packspu_GetUniformLocation doesn't work when there's no actual network involved!\nTry using the simplequery SPU in your chain!");
Note:
See TracChangeset
for help on using the changeset viewer.