File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ namespace RE
8484 {}
8585
8686 // override (StackDataCompareFunctor)
87- bool CompareData (const BGSInventoryItem::Stack&) override { return true ; } // this->extra == extra; ??
87+ bool CompareData (const BGSInventoryItem::Stack&) override { return true ; } // this->extra == extra; ??
8888
8989 // members
9090 const ExtraDataList* extra; // 08
Original file line number Diff line number Diff line change @@ -163,12 +163,12 @@ namespace RE
163163 {
164164 public:
165165 // members
166- std::uint32_t id{ 0 }; // 00
167- REX::W32::ID3D11DomainShader* shader{ nullptr }; // 08
168- std::uint32_t byteCodeSize{ 0 }; // 10
169- BSGraphics::ConstantGroup constantBuffers[3 ]{}; // 18
170- std::uint64_t shaderDesc{ 0 }; // 60
171- std::int8_t constantTable[32 ]{ 0 }; // 68
166+ std::uint32_t id{ 0 }; // 00
167+ REX::W32::ID3D11DomainShader* shader{ nullptr }; // 08
168+ std::uint32_t byteCodeSize{ 0 }; // 10
169+ BSGraphics::ConstantGroup constantBuffers[3 ]{}; // 18
170+ std::uint64_t shaderDesc{ 0 }; // 60
171+ std::int8_t constantTable[32 ]{ 0 }; // 68
172172 };
173173 static_assert (sizeof (DomainShader) == 0x88 );
174174
You can’t perform that action at this time.
0 commit comments