Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davideberly/GeometricTools
/ IsDrawingState
Method
IsDrawingState
GTE/Graphics/GraphicsObject.h:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
inline bool IsDrawingState() const
133
{
134
return GT_DRAWING_STATE <= mType && mType <= GT_RASTERIZER_STATE;
135
}
136
137
// Naming support. The default name is
""
.
138
inline void SetName(std::string const& name)
Callers
1
~DX11GraphicsObject
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected