Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
StateTrackerDevice.cs
Go to the documentation of this file.
1using System;
4using Microsoft.VisualC;
5
7
8[StructLayout(LayoutKind.Sequential, Size = 144)]
9[DebugInfoInPDB]
10[UnsafeValueType]
11[NativeCppClass]
12[MiscellaneousBits(64)]
13internal struct StateTrackerDevice
14{
15 [MiscellaneousBits(64)]
16 [DebugInfoInPDB]
17 [CLSCompliant(false)]
18 [NativeCppClass]
19 public enum BlendFlags
20 {
21
22 }
23}