C# Class IrrlichtNETCP.ShaderConstantCallback

ファイルを表示 Open project: Paulus/irrlichtnetcp

Public Properties

Property Type Description
OnNativeShaderConstant GPUProgrammingServices.OnNativeSCSD

Public Methods

Method Description
ShaderConstantCallback ( OnShaderConstantSetDelegate del ) : System

Protected Methods

Method Description
Callback ( IntPtr services, int userData ) : void

Method Details

Callback() protected method

protected Callback ( IntPtr services, int userData ) : void
services System.IntPtr
userData int
return void

ShaderConstantCallback() public method

public ShaderConstantCallback ( OnShaderConstantSetDelegate del ) : System
del OnShaderConstantSetDelegate
return System

Property Details

OnNativeShaderConstant public_oe property

public GPUProgrammingServices.OnNativeSCSD OnNativeShaderConstant
return GPUProgrammingServices.OnNativeSCSD