Changeset 67


Ignore:
Timestamp:
Jan 2, 2011, 8:49:02 PM (14 years ago)
Author:
Apollo Demetrious Sharpe
Message:

Added the ability to remove a stage from a linked list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified pipeline/include/stage.h

    r66 r67  
    2929    void SetPrev(Stage *pcStage);
    3030    void AddTo(Stage *pcStage);
     31    void RemoveFrom(Stage *pcStage);
    3132
    3233    void Run(PGLContext *ctx);
Note: See TracChangeset for help on using the changeset viewer.