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.0.9584+ba1aaa26d4181dd3fa8ed7b6398391d1affa36c8
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