give shadergen tags for the other two potential rendertargets for use down the line

This commit is contained in:
AzaezelX 2020-08-03 16:45:37 -05:00
parent 1e66b118b6
commit ca4b77f424
2 changed files with 11 additions and 1 deletions

View file

@ -87,6 +87,8 @@ public:
RenderTarget1 = 1 << 1,
RenderTarget2 = 1 << 2,
RenderTarget3 = 1 << 3,
RenderTarget4 = 1 << 4,
RenderTarget5 = 1 << 5,
};
protected: