Click or drag to resize
Ab4d.SharpEngine logo

GeometryShaderLineCapRasterizer Class

Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.CoreComponentBase
    Ab4d.SharpEngine.CoreSceneComponent
      Ab4d.SharpEngine.EffectsGeometryShaderLineCapRasterizer

Namespace: Ab4d.SharpEngine.Effects
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public class GeometryShaderLineCapRasterizer : SceneComponent

The GeometryShaderLineCapRasterizer type exposes the following members.

Constructors
 NameDescription
Public methodGeometryShaderLineCapRasterizerInitializes a new instance of the GeometryShaderLineCapRasterizer class
Top
Properties
 NameDescription
Public propertyEffectTechniques 
Top
Methods
 NameDescription
Public methodApplyRenderingItemMaterial 
Public methodCleanup Cleanup method checks all memory blocks. Memory block is freed when it is empty and freeEmptyMemoryBlocks is true or when it empty for at least EngineRuntimeOptions.FramesCountToReleaseEmptyMemoryBlock frames.
Protected methodDispose
(Overrides ComponentBaseDispose(Boolean))
Protected methodDisposeEffectTechniques 
Public methodDisposeMaterial 
Public methodDisposeResources 
Public methodGetMemoryInfo 
Public methodInitializeMaterial 
Public methodOnBeginUpdate 
Public methodOnEndUpdate 
Public methodResetEffectTechniques ResetEffectTechniques recreates all the effect techniques. It is called when the DefaultTransparentDepthStencilState and other default settings are changed.
Public methodUpdateMaterial 
Top
See Also