Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Microsoft
Xna
Framework
Graphics
EffectPass
C# Class Microsoft.Xna.Framework.Graphics.EffectPass
显示文件
Open project: procfxgen/MGShaderEditor
Class Usage Examples
Public Methods
Method
Description
Apply
( ) :
void
Private Methods
Method
Description
EffectPass
(
Effect
effect
,
EffectPass
cloneSource
) :
System.Diagnostics
EffectPass
(
Effect
effect
,
string
name
,
Shader
vertexShader
,
Shader
pixelShader
,
BlendState
blendState
,
DepthStencilState
depthStencilState
,
RasterizerState
rasterizerState
,
EffectAnnotationCollection
annotations
) :
System.Diagnostics
SetShaderSamplers
(
Shader
shader
,
TextureCollection
textures
,
SamplerStateCollection
samplerStates
) :
void
Method Details
Apply()
public
method
public
Apply
( ) :
void
return
void