From 8cdf1c0e84da034b5b0651f7ed43f4d627ce164e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 7 Mar 2019 16:42:46 +0900 Subject: [PATCH] Updated Performance Tips (markdown) --- Performance-Tips.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Performance-Tips.md b/Performance-Tips.md index 120f039..7ef1fa9 100644 --- a/Performance-Tips.md +++ b/Performance-Tips.md @@ -7,7 +7,8 @@ One drawing function like `DrawImage` or `Fill` is usually treated as one (inter * All the functions are `DrawImage` or `DrawTriangles` * All the render targets are same (`A` in `A.DrawImage(B, op)`) * Either all ColorM element values are same or all the ColorM have only diagonal ('scale') elements - * If only `(*ColorM).Scale` is applied to a ColorM, the ColorM has only diagonal elements. The other ColorM functions might modify the other elements.* All the composite modes are same + * If only `(*ColorM).Scale` is applied to a ColorM, the ColorM has only diagonal elements. The other ColorM functions might modify the other elements. +* All the composite modes are same * All the filter values are same * All the address values are same (only for `DrawTriangles`)