C# 클래스 Spark.Emit.D3D11.D3D11InputAssembler

상속: D3D11Stage
파일 보기 프로젝트 열기: spark-shading-language/spark

공개 메소드들

메소드 설명
EmitImplBind ( ) : void
EmitImplDraw ( ) : void
EmitImplSetup ( ) : void

비공개 메소드들

메소드 설명
DeclareInputElements ( IEmitBlock block, string name, AttributeInfo info ) : IEnumerable
DeclareInputElementsImpl ( IEmitBlock block, string name, AttributeInfo info ) : IEnumerable
DeclareInputElementsImpl ( IEmitBlock block, string name, InputElementInfo info ) : IEnumerable
DeclareInputElementsImpl ( IEmitBlock block, string name, StructInfo info ) : IEnumerable
DecomposeAttr ( SourceRange range, MidAttributeDecl midAttrDecl ) : AttributeInfo
DecomposeAttr ( SourceRange range, MidExp exp ) : AttributeInfo
DecomposeAttrImpl ( SourceRange range, MidAttributeRef midAttrRef ) : AttributeInfo
DecomposeAttrImpl ( SourceRange range, MidBuiltinApp midApp ) : AttributeInfo
DecomposeAttrImpl ( SourceRange range, MidExp exp ) : AttributeInfo
DecomposeAttrImpl ( SourceRange range, MidFieldRef midFieldRef ) : AttributeInfo
DecomposeVertexStream ( MidVal bufferVal, MidVal offsetVal, MidVal strideVal ) : int
GenerateInputElements ( SourceRange range, string name, MidType type, int vertexStream, AttributeInfo index, UInt32 baseOffset ) : AttributeInfo
GenerateInputElementsImpl ( SourceRange range, string name, MidBuiltinType type, int vertexStream, IndexSourceInfo index, UInt32 baseOffset, int inputSlotIndex ) : AttributeInfo
GenerateInputElementsImpl ( SourceRange range, string name, MidStructRef type, int vertexStream, IndexSourceInfo index, UInt32 baseOffset, int inputSlotIndex ) : AttributeInfo
GenerateInputElementsImpl ( SourceRange range, string name, MidType type, int vertexStream, AttributeInfo index, UInt32 baseOffset ) : AttributeInfo
MapBuiltinTypeFormat ( MidBuiltinType type ) : IEmitVal
OperationTooComplex ( SourceRange range ) : D3D11InputAssemblerOperationTooComplex
TryDecomposeAttr ( SourceRange range, MidAttributeDecl midAttrDecl ) : AttributeInfo

메소드 상세

EmitImplBind() 공개 메소드

public EmitImplBind ( ) : void
리턴 void

EmitImplDraw() 공개 메소드

public EmitImplDraw ( ) : void
리턴 void

EmitImplSetup() 공개 메소드

public EmitImplSetup ( ) : void
리턴 void