fn get_global_uniform_matrix(
module: &Module,
base: Handle<Expression>,
func_ctx: &FunctionCtx<'_>,
) -> Option<MatrixType>
Expand description
Simpler version of get_inner_matrix_of_global_uniform that only looks at the immediate expression, rather than traversing an access chain.