Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ HasBufferFlags
Function
HasBufferFlags
trinityal/Tr2RenderContextEnum.h:504–507 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
502
}
503
504
inline bool HasBufferFlags( Type value )
505
{
506
return ( value & ( VERTEX_BUFFER | INDEX_BUFFER | DRAW_INDIRECT_ARGS ) ) != 0;
507
}
508
509
inline bool HasTextureFlags( Type value )
510
{
Callers
3
CheckCreationFlags
Function · 0.85
Create
Method · 0.85
Create
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected