MCPcopy Create free account
hub / github.com/carbonengine/trinity / Is

Method Is

trinityal/src/Tr2ResourceSetAL.cpp:487–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487bool Tr2ResourceSetDescriptionAL::Resource::Is( const Tr2BufferAL& other ) const
488{
489 return type == BUFFER && buffer == other;
490}
491
492bool Tr2ResourceSetDescriptionAL::Resource::Is( const Tr2TextureAL& other, Tr2RenderContextEnum::ColorSpace otherColorSpace ) const
493{

Callers 2

SetSrvMethod · 0.80
SetUavMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected