mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 05:15:30 +00:00
Made the ParameterCollection.Rebuild property public.
This commit is contained in:
parent
841602611f
commit
2deb63cf99
|
@ -295,13 +295,10 @@ namespace Bind.Structures
|
|||
bool hasPointerParameters;
|
||||
bool hasReferenceParameters;
|
||||
bool unsafe_types_allowed;
|
||||
private bool Rebuild
|
||||
public bool Rebuild
|
||||
{
|
||||
get { return rebuild; }
|
||||
set
|
||||
{
|
||||
rebuild = value;
|
||||
}
|
||||
private get { return rebuild; }
|
||||
set { rebuild = true;/*value;*/ }
|
||||
}
|
||||
|
||||
#region Constructors
|
||||
|
|
Loading…
Reference in a new issue