MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / ShadowMap

Method ShadowMap

demo/d3d11/shadowMap.cpp:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include "shadowMap.h"
12
13ShadowMap::ShadowMap()
14{
15}
16
17static D3D11_TEXTURE2D_DESC _getTextureDesc(DXGI_FORMAT format, UINT width, UINT height,
18 UINT bindFlags, UINT sampleCount = 1, D3D11_USAGE usage = D3D11_USAGE_DEFAULT, UINT cpuAccessFlags = 0,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected