MCPcopy Create free account
hub / github.com/GPUOpen-Effects/TressFX / DrawSDF

Method DrawSDF

src/TressFXSample.cpp:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void TressFXSample::DrawSDF()
121{
122#if ENABLE_MARCHING_CUBES
123 EI_CommandContext& commandList = GetDevice()->GetCurrentCommandContext();
124
125 for (size_t i = 0; i < m_activeScene.collisionMeshes.size(); i++)
126 m_activeScene.collisionMeshes[i]->DrawIsoSurface(commandList);
127#endif
128}
129
130void TressFXSample::InitializeLayouts()
131{

Callers

nothing calls this directly

Calls 2

DrawIsoSurfaceMethod · 0.80
GetDeviceFunction · 0.50

Tested by

no test coverage detected