mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 02:35:36 +00:00
Add string ComputeSize to Parameter.
This commit is contained in:
parent
53f67f8bdd
commit
7cdd880759
|
@ -192,6 +192,17 @@ namespace Bind.Structures
|
|||
|
||||
#endregion
|
||||
|
||||
#region public string ComputeSize
|
||||
|
||||
string computeSize;
|
||||
public string ComputeSize
|
||||
{
|
||||
get { return computeSize; }
|
||||
set { computeSize = value; }
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Static Members
|
||||
|
||||
// Returns the FlowDirection that matches the specified string
|
||||
|
|
Loading…
Reference in a new issue