MCPcopy 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
504inline bool HasBufferFlags( Type value )
505{
506 return ( value & ( VERTEX_BUFFER | INDEX_BUFFER | DRAW_INDIRECT_ARGS ) ) != 0;
507}
508
509inline bool HasTextureFlags( Type value )
510{

Callers 3

CheckCreationFlagsFunction · 0.85
CreateMethod · 0.85
CreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected