- Timestamp:
- Oct 15, 2020 11:32:19 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-hlp.cpp
r86576 r86589 21 21 #ifdef SHADER_VERIFY_STANDALONE 22 22 # include <stdio.h> 23 # define Log3(a) printf a 24 # define LogRel(a) printf a 23 //# define Log3(a) printf a - /* @todo r=bird: This is strictly forbidden. Noone redefines Log macros ever! */ 24 //# define LogRel(a) printf a - /* @todo r=bird: This is strictly forbidden. Noone redefines Log macros ever! */ 25 25 #else 26 26 # include <VBox/log.h> … … 32 32 #include <iprt/string.h> 33 33 34 #include "svga3d_reg.h" 35 #include "svga3d_shaderdefs.h" 36 37 /** Per shader data is stored in this structure. */ 34 #include "DevVGA-SVGA.h" 35 36 /** Per shader data is stored in this structure. */ 38 37 typedef struct VMSVGA3DSHADERPARSECONTEXT 39 38 {
Note:
See TracChangeset
for help on using the changeset viewer.