armos v0.2.1 (2017-07-28T07:17:22Z)
Dub
Repo
Sampler
armos
graphics
sampler
class
Sampler {
this
();
~this
();
void
begin
();
int
textureUnit
();
Sampler
textureUnit
(int n);
void
end
();
}
Constructors
this
this
()
Destructor
~this
~this
()
Members
Functions
begin
void
begin
()
end
void
end
()
textureUnit
int
textureUnit
()
textureUnit
Sampler
textureUnit
(int n)
Meta
Source
See Implementation
armos
graphics
sampler
classes
Sampler