Beatmup
operation.cpp File Reference
#include "operation.h"

Go to the source code of this file.

Macros

#define POS_FMT   "%0.10f"
 

Variables

static const char * UNIFORM_DELTA = "d"
 uniform variable storing spatial deltas for SpatialFilteringMixin More...
 
static const char * UNIFORM_SHIFT = "shift"
 uniform variable specifying an offset to apply to the sampling position in SpatialFilteringMixin More...
 

Macro Definition Documentation

◆ POS_FMT

#define POS_FMT   "%0.10f"

Definition at line 21 of file operation.cpp.

Variable Documentation

◆ UNIFORM_DELTA

const char* UNIFORM_DELTA = "d"
static

uniform variable storing spatial deltas for SpatialFilteringMixin

Definition at line 27 of file operation.cpp.

◆ UNIFORM_SHIFT

const char * UNIFORM_SHIFT = "shift"
static

uniform variable specifying an offset to apply to the sampling position in SpatialFilteringMixin

Definition at line 28 of file operation.cpp.