Antkeeper  0.0.1
Namespaces | Enumerations
sampler-address-mode.hpp File Reference
#include <cstdint>

Go to the source code of this file.

Namespaces

 gl
 Graphics library interface.
 

Enumerations

enum class  gl::sampler_address_mode : std::uint8_t {
  gl::repeat , gl::mirrored_repeat , gl::clamp_to_edge , gl::clamp_to_border ,
  gl::mirror_clamp_to_edge
}
 Behaviors of sampling with texture coordinates outside an image. More...