CCompatibleRenderPassDescription.cpp 188 B

123456
  1. #include "CCompatibleRenderPassDescription.h"
  2. bool CCompatibleRenderPassDescription::operator==(CCompatibleRenderPassDescription const& other) const{
  3. bool bret = false;
  4. return bret;
  5. }