MCPcopy Create free account
hub / github.com/axmolengine/axmol / setBlurSampleNum

Method setBlurSampleNum

tests/cpp-tests/Source/ShaderTest/ShaderTest.cpp:457–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457void SpriteBlur::setBlurSampleNum(float num)
458{
459 _blurSampleNum = num;
460 SET_UNIFORM(_programState, "sampleNum", _blurSampleNum);
461}
462
463// ShaderBlur
464

Callers 1

onSampleNumChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected