Esempio n. 1
0
        public static InputElement GetInputElement(eInputLayoutType type, Format format, int index, int offset)
        {
            string       name = LayoutSemantics[type];
            InputElement elem = new InputElement(name, index, format, offset, 0);

            return(elem);
        }
Esempio n. 2
0
 public static InputElement GetInputElement(eInputLayoutType type, Format format)
 {
     return(GetInputElement(type, format, 0));
 }