Rewrite ToGL in OpenGLES(Uncomplete)

This commit is contained in:
nillerusr
2021-11-21 01:38:59 +03:00
parent 76bfcf40ca
commit 4508c9c863
24 changed files with 829 additions and 1057 deletions
+8 -1
View File
@@ -82,7 +82,13 @@ private:
bool m_bGenerateSRGBWriteSuffix; // set D3DToGL_OptionSRGBWriteSuffix
bool m_bGenerateBoneUniformBuffer;
bool m_bUseBindlessTexturing;
bool m_bFogFragCoord;
bool m_bFrontSecondaryColor;
bool m_bColor;
bool m_bSecondaryColor;
bool m_bFrontColor;
// Counter for dealing with nested loops
int m_nLoopDepth;
@@ -181,6 +187,7 @@ private:
// Have they used the tangent input semantic (i.e. is g_pTangentAttributeName declared)?
bool m_bTangentInputUsed;
uint m_iFragDataCount;
bool m_bUsesDSTInstruction;