Guest User

Untitled

a guest
Feb 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. IDirect3DDevice9* myD3D9_device;
  2. //...
  3. // init and usage code
  4. //...
  5. myD3D9_device->Clear(0, NULL, D3DCLEAR_ZBUFFER, 0, 0, 0);
Add Comment
Please, Sign In to add comment