enum EE::Graphics::Texture::ClampMode

Set the clamp mode of the texture.

#include <texture.hpp>

enum ClampMode: Uint32 {
    ClampToEdge,
    ClampRepeat,
};