| 7 | namespace |
| 8 | { |
| 9 | bool CompatibleDescriptions( const Tr2BufferDescriptionAL& a, const Tr2BufferDescriptionAL& b ) |
| 10 | { |
| 11 | return a.count == b.count && a.stride == b.stride && a.format == b.format && a.gpuUsage == b.gpuUsage && a.cpuUsage == b.cpuUsage; |
| 12 | } |
| 13 | |
| 14 | std::vector<Tr2GpuResourcePool*>& AllGpuResourcePools() |
| 15 | { |
no outgoing calls
no test coverage detected