Click or drag to resize

IBufferResolver Interface

Represents a class that can create a BufferSegment of data.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public interface IBufferResolver

The IBufferResolver type exposes the following members.

Methods
  NameDescription
Public methodResolve
Resolves the data to a concrete buffer.
Top
See Also