20 #ifndef ANTKEEPER_GL_SAMPLER_ADDRESS_MODE_HPP
21 #define ANTKEEPER_GL_SAMPLER_ADDRESS_MODE_HPP
Graphics library interface.
sampler_address_mode
Behaviors of sampling with texture coordinates outside an image.
@ mirrored_repeat
Mirrored repeat wrap mode.
@ repeat
Repeat wrap mode.
@ clamp_to_edge
Clamp to edge wrap mode.
@ clamp_to_border
Clamp to border wrap mode.
@ mirror_clamp_to_edge
Mirror clamp to edge wrap mode.