Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ usePerVertexAlphas
Method
usePerVertexAlphas
src/backend/opengl/surface_impl.hpp:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
inline void usePerVertexAlphas(const bool pFlag=true) {
77
mIsPVAOn = pFlag;
78
}
79
};
80
81
class scatter3_impl : public surface_impl {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected