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 |
---|---|
Texture |
DepthTexture
The depth texture.
Declaration
public TextureSlice DepthTexture
Field Value
Type | Description |
---|---|
Texture |
Methods
Read(BinaryReader)
Read FrameBufferPart from binary file.
Declaration
public static FrameBufferInfoPart Read(BinaryReader reader)
Parameters
Type | Name | Description |
---|---|---|
Binary |
reader | Binary Reader. |
Returns
Type | Description |
---|---|
Frame |
New FrameBufferPart instance. |
Write(BinaryWriter)
Write current instance on Binary file.
Declaration
public override void Write(BinaryWriter writer)
Parameters
Type | Name | Description |
---|---|---|
Binary |
writer | Binary writer. |