This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
using System;
namespace Valve.VR
{
// Token: 0x02000751 RID: 1873
public enum HMGCLMIIIFJ
{
// Token: 0x040025CD RID: 9677
Submit_Default,
// Token: 0x040025CE RID: 9678
Submit_LensDistortionAlreadyApplied,
// Token: 0x040025CF RID: 9679
Submit_GlRenderBuffer,
// Token: 0x040025D0 RID: 9680
Submit_Reserved = 4
}
}