Triton
Visual simulation library for ocean rendering.
Classes | Typedefs
TritonCommon.h File Reference

Common typedefs and defines used within Triton. More...

#include "MemAlloc.h"
#include <stdlib.h>
#include <string>
#include <limits.h>
Include dependency graph for TritonCommon.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Triton::Utils
 A collection of static utility methods used by Triton. More...
 

Typedefs

typedef int Triton::ShaderHandle
 A renderer-agnostic handle for a shader.
 
typedef int Triton::TextureHandle
 A renderer-agnostic handle for a texture.
 
typedef void * Triton::DecalHandle
 A renderer-agnostic handle for a decal.
 
typedef void * Triton::BufferHandle
 A renderer-agnostic handle for a buffer.
 

Detailed Description

Common typedefs and defines used within Triton.