프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Name | string | ||
PixelShaderName | string | ||
PixelShaderProfile | ShaderProfile | ||
VertexShaderName | string | ||
VertexShaderProfile | ShaderProfile |
메소드 | 설명 | |
---|---|---|
EffectPassDefinition ( string name, string vertexShaderName, string pixelShaderName, ShaderProfile vertexShaderProfile, ShaderProfile pixelShaderProfile ) : System | ||
GetPassString ( ) : string | ||
ToString ( ) : string |
public EffectPassDefinition ( string name, string vertexShaderName, string pixelShaderName, ShaderProfile vertexShaderProfile, ShaderProfile pixelShaderProfile ) : System | ||
name | string | |
vertexShaderName | string | |
pixelShaderName | string | |
vertexShaderProfile | ShaderProfile | |
pixelShaderProfile | ShaderProfile | |
리턴 | System |