C# Class ShaderTools.Hlsl.Binding.BoundNodes.BoundWhileStatement

Inheritance: BoundLoopStatement
Afficher le fichier Open project: tgjones/HlslTools Class Usage Examples

Méthodes publiques

Méthode Description
BoundWhileStatement ( BoundExpression condition, BoundStatement body )

Method Details

BoundWhileStatement() public méthode

public BoundWhileStatement ( BoundExpression condition, BoundStatement body )
condition BoundExpression
body BoundStatement