- Backend update from Raze.
Mainly optimizations for the sound system and texture manager.
This commit is contained in:
parent
79a38f1f3a
commit
941c0850ba
30 changed files with 323 additions and 261 deletions
|
|
@ -560,14 +560,12 @@ public:
|
|||
class FxVectorValue : public FxExpression
|
||||
{
|
||||
constexpr static int maxVectorDimensions = 4;
|
||||
|
||||
FxExpression *xyzw[maxVectorDimensions];
|
||||
bool isConst; // gets set to true if all element are const (used by function defaults parser)
|
||||
|
||||
public:
|
||||
FxExpression *xyzw[maxVectorDimensions];
|
||||
|
||||
friend class ZCCCompiler;
|
||||
friend class ZCCDoomCompiler;
|
||||
|
||||
FxVectorValue(FxExpression *x, FxExpression *y, FxExpression *z, FxExpression* w, const FScriptPosition &sc);
|
||||
~FxVectorValue();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue