MCPcopy Create free account
hub / github.com/comaps/comaps / GetCirclesPackState

Function GetCirclesPackState

libs/drape_frontend/circles_pack_shape.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34dp::RenderState GetCirclesPackState()
35{
36 auto state = CreateRenderState(gpu::Program::CirclePoint, DepthLayer::OverlayLayer);
37 state.SetDepthTestEnabled(false);
38 return state;
39}
40
41dp::BindingInfo const & GetCirclesPackStaticBindingInfo()
42{

Callers 1

DrawMethod · 0.85

Calls 2

CreateRenderStateFunction · 0.85
SetDepthTestEnabledMethod · 0.45

Tested by

no test coverage detected