Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ setBlurRadius
Method
setBlurRadius
tests/cpp-tests/Source/ShaderTest/ShaderTest.cpp:451–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
449
}
450
451
void SpriteBlur::setBlurRadius(float radius)
452
{
453
_blurRadius = radius;
454
SET_UNIFORM(_programState,
"blurRadius"
, _blurRadius);
455
}
456
457
void SpriteBlur::setBlurSampleNum(float num)
458
{
Callers
1
onRadiusChanged
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected