Class FrameBufferInfoPart
This class represents the FrameBuffer info part.
Inherited Members
Namespace: Evergine.Framework.Assets.AssetParts
Assembly: Evergine.Framework.dll
Syntax
public class FrameBufferInfoPart : AssetPart
  Fields
ColorTextures
Gets the color textures.
Declaration
public TextureSlice[] ColorTextures
  Field Value
| Type | Description | 
|---|---|
| TextureSlice[] | 
DepthTexture
The depth texture.
Declaration
public TextureSlice DepthTexture
  Field Value
| Type | Description | 
|---|---|
| TextureSlice | 
Methods
Read(BinaryReader)
Read FrameBufferPart from binary file.
Declaration
public static FrameBufferInfoPart Read(BinaryReader reader)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BinaryReader | reader | Binary Reader.  | 
      
Returns
| Type | Description | 
|---|---|
| FrameBufferInfoPart | New FrameBufferPart instance.  | 
      
Write(BinaryWriter)
Write current instance on Binary file.
Declaration
public override void Write(BinaryWriter writer)
  Parameters
| Type | Name | Description | 
|---|---|---|
| BinaryWriter | writer | Binary writer.  |