MCPcopy Create free account
hub / github.com/carbonengine/trinity / DispatchSize

Function DispatchSize

trinity/Tr2SSAO.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42inline static uint32_t DispatchSize( uint32_t tileSize, uint32_t totalSize )
43{
44 return ( totalSize + tileSize - 1 ) / tileSize;
45}
46
47FFX_CACAO_Settings GetSettings( bool useDownsampledSSAO, bool generateNormals, SSAOQuality quality )
48{

Callers 1

PerformPassMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected