mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 20:02:22 -07:00
Experimental support for inline swizzling for array types of len <= 4 e.g. v.xyz, v.argb, v.xxx
This commit is contained in:
@@ -370,6 +370,9 @@ Type *check_assignment_variable(CheckerContext *ctx, Operand *lhs, Operand *rhs)
|
||||
case Addressing_SoaVariable:
|
||||
break;
|
||||
|
||||
case Addressing_SwizzleVariable:
|
||||
break;
|
||||
|
||||
default: {
|
||||
if (lhs->expr->kind == Ast_SelectorExpr) {
|
||||
// NOTE(bill): Extra error checks
|
||||
|
||||
Reference in New Issue
Block a user