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