Exemplo n.º 1
0
            public CachedMacro(NvGpuFifo PFifo, INvGpuEngine Engine, int Position)
            {
                this.Position = Position;

                ExecutionPending = false;
                Argument         = 0;

                Interpreter = new MacroInterpreter(PFifo, Engine);
            }
Exemplo n.º 2
0
            public CachedMacro(NvGpuFifo pFifo, INvGpuEngine engine, int position)
            {
                Position = position;

                _executionPending = false;
                _argument         = 0;

                _interpreter = new MacroInterpreter(pFifo, engine);
            }