dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
GLObject.setSamplerParams
dlangui
graphics
glsupport
GLObject
Undocumented in source. Be warned that the author may not have intended to support it.
class
GLObject
(GLObjectTypes type, GLuint target = 0)
static if
(
type == GLObjectTypes.Texture
)
void
setSamplerParams
(
bool
linear
,
bool
clamp
= false
,
bool
mipmap
= false
)
Meta
Source
See Implementation
dlangui
graphics
glsupport
GLObject
constructors
this
destructors
~this
functions
bind
fill
setSamplerParams
setup
static functions
unbind
variables
ID