Changeset 39131 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Oct 27, 2011 5:08:02 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 74581
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Wine/vbox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/vbox/VBoxDbgGl.c
r39130 r39131 280 280 } 281 281 282 void dbglCheckTexUnits(const struct wined3d_gl_info *gl_info, const struct IWineD3DDeviceImpl *pDevice, boolfBreakIfCanNotMatch)282 void dbglCheckTexUnits(const struct wined3d_gl_info *gl_info, const struct IWineD3DDeviceImpl *pDevice, BOOL fBreakIfCanNotMatch) 283 283 { 284 284 int iStage; -
trunk/src/VBox/Additions/WINNT/Graphics/Wine/vbox/VBoxDbgGl.h
r39130 r39131 26 26 void dbglDumpTexImage2D(const struct wined3d_gl_info *gl_info, const char* pszDesc, GLint texTarget, GLint texName, GLint level, GLboolean fBreak); 27 27 void dbglCmpTexImage2D(const struct wined3d_gl_info *gl_info, const char* pszDesc, GLint texTarget, GLint texName, GLint level, void *pvImage, GLint width, GLint height, GLenum format, GLenum type); 28 void dbglCheckTexUnits(const struct wined3d_gl_info *gl_info, const struct IWineD3DDeviceImpl *pDevice, boolfBreakIfCanNotMatch);28 void dbglCheckTexUnits(const struct wined3d_gl_info *gl_info, const struct IWineD3DDeviceImpl *pDevice, BOOL fBreakIfCanNotMatch); 29 29 30 30 #ifdef DEBUG_misha
Note:
See TracChangeset
for help on using the changeset viewer.