Guest User

Untitled

a guest
Feb 17th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ID3D11RasterizerState_Release(d3d_raster_state);
  2. ID3D11DepthStencilView_Release(d3d_depth_stencil_view);
  3. ID3D11DepthStencilState_Release(d3d_depth_stencil_state);
  4. ID3D11Texture2D_Release(d3d_depth_stencil_buffer);
  5. ID3D11RenderTargetView_Release(d3d_render_target_view);
  6. ID3D11DeviceContext_Release(d3d_device_context);
  7. ID3D11Device_Release(d3d_device);
  8. IDXGISwapChain_Release(d3d_swap_chain);
  9.  
  10. Exception thrown at 0x000007FEFC9FBDED in app.exe: Microsoft C++ exception: _com_error at memory location 0x000000000014F208.
Add Comment
Please, Sign In to add comment