Function glsl_lang::transpiler::glsl::show_expression_statement
source ยท pub fn show_expression_statement<F>(
f: &mut F,
est: &ExprStatement,
state: &mut FormattingState<'_>,
) -> Result
Expand description
Transpile an expression_statement to GLSL