Class GorgonTexture2DLoadOptions
Options to pass when loading a texture from a stream or the file system.
Inherited Members
Namespace: Gorgon.Graphics.Core
Assembly: Gorgon.Graphics.Core.dll
Syntax
public class GorgonTexture2DLoadOptions : GorgonTextureLoadOptions
Properties
| Edit this page View SourceIsTextureCube
Property to set or return whether the texture is a texture cube.
Declaration
public bool? IsTextureCube { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Remarks
This is for GorgonTexture2D only, and the texture must have an ArrayCount that is a multiple of 6.
Set this value to null to let the source image ImageType determine whether to use this texture as a texture cube.
MultisampleInfo
Property to set or return the multisampling information to apply to the texture.
Declaration
public GorgonMultisampleInfo MultisampleInfo { get; set; }
Property Value
Type | Description |
---|---|
GorgonMultisampleInfo |