MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / SetToNull

Method SetToNull

GTE/Graphics/DX11/DX11Engine.cpp:598–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596 }
597
598 void SetToNull()
599 {
600 colorBuffer = nullptr;
601 colorView = nullptr;
602 depthStencilBuffer = nullptr;
603 depthStencilView = nullptr;
604 }
605
606 ID3D11Texture2D* colorBuffer;
607 ID3D11RenderTargetView* colorView;

Callers 1

CreateBackBufferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected