CCompatibleRenderPassDescription.h 563 B

1234567891011121314151617181920212223
  1. // CCompatibleRenderPassDescription - [2020-04-13 11:57:46]
  2. #ifndef _CCOMPATIBLERENDERPASSDESCRIPTION_H_
  3. #define _CCOMPATIBLERENDERPASSDESCRIPTION_H_
  4. #include "common.h"
  5. /*
  6. 00226618 CCompatibleRenderPassDescription::operator==(CCompatibleRenderPassDescription const&)
  7. */
  8. class CCompatibleRenderPassDescription {
  9. public:
  10. bool operator==(CCompatibleRenderPassDescription const& other) const; // 00226618
  11. int field_0;
  12. int field_4;
  13. uint8 field_8;
  14. uint8 reserve_9;
  15. uint8 reserve_A;
  16. uint8 reserve_B;
  17. };
  18. #endif //_CCOMPATIBLERENDERPASSDESCRIPTION_H_