Interface IGraphicsSurface ​
Namespace: ValveResourceFormat.Renderer
Assembly: Renderer.dll
The window side of a graphics context: the surface whose commands the context drives. Implemented by whoever owns the window.
csharp
public interface IGraphicsSurfaceMethods ​
Begin() ​
Opens the surface's command stream on the calling thread.
csharp
void Begin()End() ​
Closes the surface's command stream on the calling thread.
csharp
void End()
