Panda3D
Functions
pipelineCyclerTrueImpl.I File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

Go to the source code of this file.

Functions

 PT (CycleData) PipelineCyclerTrueImpl
 This is a special implementation of cycle() for the special case of just two stages to the pipeline. More...
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2006-01-31

Definition in file pipelineCyclerTrueImpl.I.

Function Documentation

◆ PT()

PT ( CycleData  )
inline

This is a special implementation of cycle() for the special case of just two stages to the pipeline.

This is a special implementation of cycle() for the special case of exactly three stages to the pipeline.

It does the same thing as cycle(), but is a little bit faster because it knows there are exactly two stages.

It does the same thing as cycle(), but is a little bit faster because it knows there are exactly three stages.

Definition at line 378 of file pipelineCyclerTrueImpl.I.