Uses of Class
com.blackrook.gloop.opengl.gl3.OGLSampler
Packages that use OGLSampler
-
Uses of OGLSampler in com.blackrook.gloop.opengl.gl3
Methods in com.blackrook.gloop.opengl.gl3 that return OGLSamplerMethods in com.blackrook.gloop.opengl.gl3 with parameters of type OGLSamplerModifier and TypeMethodDescriptionvoidOGL33Graphics.destroySampler(OGLSampler sampler) Destroys a sampler object.voidOGL33Graphics.setSampler(OGLSampler sampler, int textureUnit) Sets the sampler to use for a given texture unit.voidOGL33Graphics.setSamplerFiltering(OGLSampler sampler, TextureMinFilter minFilter, TextureMagFilter magFilter) Sets the texture filtering types for a sampler.voidOGL33Graphics.setSamplerLODBias(OGLSampler sampler, float minLOD, float maxLOD) Sets the level-of-detail bias on this sampler.voidOGL33Graphics.setSamplerTextureBorderColor(OGLSampler sampler, float red, float green, float blue, float alpha) Sets the texture border color on a sampler object.voidOGL33Graphics.setSamplerTextureCompareFunction(OGLSampler sampler, LogicFunc func) Sets the texture compare function on this sampler.voidOGL33Graphics.setSamplerTextureCompareMode(OGLSampler sampler, boolean enabled) Sets the texture compare mode on this sampler.voidOGL33Graphics.setSamplerWrapR(OGLSampler sampler, TextureWrapType wrapType) Sets the R-coordinate wrapping for a sampler.voidOGL33Graphics.setSamplerWrapS(OGLSampler sampler, TextureWrapType wrapType) Sets the S-coordinate wrapping for a sampler.voidOGL33Graphics.setSamplerWrapT(OGLSampler sampler, TextureWrapType wrapType) Sets the T-coordinate wrapping for a sampler.