FastUIDraw
Functions
fastuidraw_texture_fetch.glsl.hpp File Reference

file fastuidraw_texture_fetch.glsl.hpp More...

Go to the source code of this file.

Functions

vec4 fastuidraw_cubic_filter_texture (in sampler2D surface, in vec2 texel_coord)
 Peform cubic filtering on a sampler2D. More...
 
vec4 fastuidraw_linear_filter_texture (in sampler2D surface, in vec2 texel_coord, in float lod)
 Peform linear filtering on a sampler2D. More...
 
vec4 fastuidraw_nearest_filter_texture (in sampler2D surface, in vec2 texel_coord, in float lod)
 Peform nearest filtering on a sampler2D. More...
 

Detailed Description

file fastuidraw_texture_fetch.glsl.hpp

Copyright 2019 by Intel.

Contact: kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.com

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Author
Kevin Rogovin kevin.nosp@m..rog.nosp@m.ovin@.nosp@m.gmai.nosp@m.l.com

Definition in file fastuidraw_texture_fetch.glsl.hpp.