dmuLatch

Inherits from: dmuObj

#include "dmuLatch.h"

Overview

This object allows you to grab a buffer and then manipulate is however you want. Then you can send the buffer down the rest of the chain. There are other classes that subclass from this one which associates gl contexts and pbuffer with the buffer past in. While you have a buffer in the grab()ed state, other buffer could come down the chain. It will ignore all the buffers until you grab again. When you grab, you always get the most current buffer that has come down the chain.

See the source code for more info and implementation details.

Public Methods


Overview    Object List     Object Hierarchy       Sample Apps