~duangle

Trackers

~duangle/scopes

Last active 1 year, 1 month ago

#13 swizzle of a reference of a glm vector yields incorrect type. 3 years ago

Comment by ~duangle on ~duangle/scopes

This is actually not a bug. The repr string could be more helpful, but the type that's returned here is of supertype vec-type-accessor, and has to be cast to vec2 manually: (v2.st as vec2). This happens when the source value is a reference, so that the accessor can be used to perform assignments.

#4 [PATCH] fixed static-compile-spirv to use new `version` parameter 4 years ago

Comment by ~duangle on ~duangle/scopes

merged, thanks

REPORTED RESOLVED FIXED