C# 클래스 EffectEditor.EffectComponents.HLSLInformation.Semantics

A nested class used to store input/output semantics for vertex/pixel shaders, along with types
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
Find ( String name, bool isVertexShader, bool isInput ) : HlslSemantic

Finds a semantic by name, whether it is an input (or output) semantic, and what type of shader the semantic is for.

메소드 상세

Find() 공개 정적인 메소드

Finds a semantic by name, whether it is an input (or output) semantic, and what type of shader the semantic is for.
public static Find ( String name, bool isVertexShader, bool isInput ) : HlslSemantic
name String The name of the semantic
isVertexShader bool Whether or not the semantic is in a vertex shader
isInput bool Whether or not the semantic is an input semantic
리턴 HlslSemantic