Various small fixes and improvements

This commit is contained in:
Wojtek Figat
2025-09-04 15:56:33 +02:00
parent 3e363c8275
commit cd22cd059d
7 changed files with 43 additions and 51 deletions

View File

@@ -30,6 +30,7 @@ private:
byte _tracyZone[TracyD3D11ZoneSize];
#endif
int32 _maxUASlots;
bool _flushOnDispatch;
// Output Merger
bool _omDirtyFlag;
@@ -111,6 +112,7 @@ private:
void flushOM();
void flushIA();
void onDrawCall();
void onDispatch(GPUShaderProgramCS* shader);
public: