Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
Functions
texture_utilities.h File Reference

Declarations of functions needed for textures. More...

#include <math.h>
#include "../global/global.h"
#include "../utils/gpu.hpp"
Include dependency graph for texture_utilities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

__device__ float lerp (float v0, float v1, float f)
 
__device__ float Bilinear_Texture (cudaTextureObject_t tex, float x, float y)
 

Detailed Description

Declarations of functions needed for textures.