| Methods in com.threerings.opengl.renderer.config with parameters of type TextureCubeMap |
abstract void |
TextureConfig.OriginalCubeMap.Contents.load(GlContext ctx,
TextureCubeMap texture,
TextureConfig.Format format,
boolean border,
boolean mipmap)
Loads the texture with the contents. |
void |
TextureConfig.OriginalCubeMap.Blank.load(GlContext ctx,
TextureCubeMap texture,
TextureConfig.Format format,
boolean border,
boolean mipmap)
|
void |
TextureConfig.OriginalCubeMap.ImageFile.load(GlContext ctx,
TextureCubeMap texture,
TextureConfig.Format format,
boolean border,
boolean mipmap)
|
void |
TextureConfig.OriginalCubeMap.ImageFiles.load(GlContext ctx,
TextureCubeMap texture,
TextureConfig.Format format,
boolean border,
boolean mipmap)
|