Class Cubemap
- Namespace
- Bonsai.Shaders.Configuration
- Assembly
- Bonsai.Shaders.dll
Provides configuration and loading functionality for cubemap texture resources.
public class Cubemap : TextureConfiguration, IResourceConfiguration
- Inheritance
-
Cubemap
- Implements
- Derived
- Inherited Members
Properties
- FaceSize
Gets or sets the texture size for each of the cubemap faces.
- InternalFormat
Gets or sets a value specifying the internal pixel format of the cubemap.
- MagFilter
Gets or sets a value specifying the texture magnification filter.
- MinFilter
Gets or sets a value specifying the texture minification filter.
Methods
- CreateResource(ResourceManager)
Creates a new cubemap texture resource.