A class that represents an atomic code section of shader based program function.
More...
#include <OgreShaderFunctionAtom.h>
|
| FunctionAtom () |
| Class default constructor. More...
|
|
virtual | ~FunctionAtom () |
| Class default destructor. More...
|
|
virtual const String & | getFunctionAtomType ()=0 |
| Return the type of this atom instance implementation. More...
|
|
int | getGroupExecutionOrder () const |
| Get the group execution order of this function atom. More...
|
|
int | getInternalExecutionOrder () const |
| Get an internal execution order within a group of this function atom. More...
|
|
void | operator delete (void *ptr) |
|
void | operator delete (void *ptr, void *) |
|
void | operator delete (void *ptr, const char *, int, const char *) |
|
void | operator delete[] (void *ptr) |
|
void | operator delete[] (void *ptr, const char *, int, const char *) |
|
void * | operator new (size_t sz, const char *file, int line, const char *func) |
| operator new, with debug line info More...
|
|
void * | operator new (size_t sz) |
|
void * | operator new (size_t sz, void *ptr) |
| placement operator new More...
|
|
void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| array operator new, with debug line info More...
|
|
void * | operator new[] (size_t sz) |
|
virtual void | writeSourceCode (std::ostream &os, const String &targetLanguage) const =0 |
| Abstract method that writes a source code to the given output stream in the target shader language. More...
|
|
A class that represents an atomic code section of shader based program function.
◆ FunctionAtom()
Ogre::RTShader::FunctionAtom::FunctionAtom |
( |
| ) |
|
Class default constructor.
◆ ~FunctionAtom()
virtual Ogre::RTShader::FunctionAtom::~FunctionAtom |
( |
| ) |
|
|
inlinevirtual |
Class default destructor.
◆ getFunctionAtomType()
virtual const String& Ogre::RTShader::FunctionAtom::getFunctionAtomType |
( |
| ) |
|
|
pure virtual |
◆ getGroupExecutionOrder()
int Ogre::RTShader::FunctionAtom::getGroupExecutionOrder |
( |
| ) |
const |
Get the group execution order of this function atom.
◆ getInternalExecutionOrder()
int Ogre::RTShader::FunctionAtom::getInternalExecutionOrder |
( |
| ) |
const |
Get an internal execution order within a group of this function atom.
◆ operator delete() [1/3]
◆ operator delete() [2/3]
◆ operator delete() [3/3]
◆ operator delete[]() [1/2]
◆ operator delete[]() [2/2]
◆ operator new() [1/3]
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
operator new, with debug line info
◆ operator new() [2/3]
◆ operator new() [3/3]
◆ operator new[]() [1/2]
template<class Alloc >
void* Ogre::AllocatedObject< Alloc >::operator new[] |
( |
size_t |
sz, |
|
|
const char * |
file, |
|
|
int |
line, |
|
|
const char * |
func |
|
) |
| |
|
inlineinherited |
array operator new, with debug line info
◆ operator new[]() [2/2]
◆ writeSourceCode()
virtual void Ogre::RTShader::FunctionAtom::writeSourceCode |
( |
std::ostream & |
os, |
|
|
const String & |
targetLanguage |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: