1234567891011121314151617181920212223 |
- // CCompatibleRenderPassDescription - [2020-04-13 11:57:46]
- #ifndef _CCOMPATIBLERENDERPASSDESCRIPTION_H_
- #define _CCOMPATIBLERENDERPASSDESCRIPTION_H_
- #include "common.h"
- /*
- 00226618 CCompatibleRenderPassDescription::operator==(CCompatibleRenderPassDescription const&)
- */
- class CCompatibleRenderPassDescription {
- public:
- bool operator==(CCompatibleRenderPassDescription const& other) const; // 00226618
- int field_0;
- int field_4;
- uint8 field_8;
- uint8 reserve_9;
- uint8 reserve_A;
- uint8 reserve_B;
- };
- #endif //_CCOMPATIBLERENDERPASSDESCRIPTION_H_
|