MCPcopy Create free account
hub / github.com/cginternals/globjects / specializeType

Method specializeType

source/globjects/source/StateSetting.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void StateSettingType::specializeType(const GLenum subtype)
34{
35 m_subtypes.insert(subtype);
36}
37
38StateSetting::StateSetting(std::unique_ptr<AbstractFunctionCall> && functionCall)
39: m_functionCall(std::move(functionCall))

Callers 6

pixelStoreMethod · 0.80
pointParameterMethod · 0.80
polygonModeMethod · 0.80
stencilFuncSeparateMethod · 0.80
stencilMaskSeparateMethod · 0.80
stencilOpSeparateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected