Changeset 1866
- Timestamp:
- 11/04/09 18:00:17 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/ogre_1.7_update/Projects/Axiom/Engine/Graphics/GpuProgramParameters.cs
r1862 r1866 112 112 /// Flag to indicate if names not found will be automatically added. 113 113 /// </summary> 114 protected bool autoAddParamName ;114 protected bool autoAddParamName = true; 115 115 116 116 protected List<ParameterEntry> paramTypeList = new List<ParameterEntry>();
