Beispiel #1
0
        public Pipeline()
        {
            var    ctx = new Context();
            object error;

            m_instance = new HandleRef(this, NativeMethods.rs2_create_pipeline(ctx.m_instance.Handle, out error));
        }
Beispiel #2
0
        internal static IntPtr Create(Context ctx)
        {
            object error;

            return(NativeMethods.rs2_create_pipeline(ctx.Handle, out error));
        }