Modifier and Type | Field and Description |
---|---|
TextureDescriptor<Cubemap> |
CubemapAttribute.textureDescription |
TextureDescriptor<Texture> |
TextureAttribute.textureDescription |
Constructor and Description |
---|
CubemapAttribute(long type,
TextureDescriptor<T> textureDescription) |
TextureAttribute(long type,
TextureDescriptor<T> textureDescription) |
Modifier and Type | Field and Description |
---|---|
protected TextureDescriptor |
DirectionalShadowLight.textureDesc
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TextureDescriptor |
DirectionalShadowLight.getDepthMap()
Deprecated.
|
TextureDescriptor |
ShadowMap.getDepthMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseShader.set(int uniform,
TextureDescriptor textureDesc) |
Modifier and Type | Method and Description |
---|---|
int |
DefaultTextureBinder.bind(TextureDescriptor textureDesc) |
int |
TextureBinder.bind(TextureDescriptor textureDescriptor)
Binds the texture to an available unit and applies the filters in the descriptor.
|
<V extends T> |
TextureDescriptor.set(TextureDescriptor<V> other) |