From bf57445694830e61755825494c1475d279a74c21 Mon Sep 17 00:00:00 2001 From: adcondev <38170282+adcondev@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:02:11 +0000 Subject: [PATCH] refactor: use shared.ToLittleEndian in NV graphics commands Replaced manual endian conversion with `shared.ToLittleEndian` in `DefineNVRasterGraphics` and `DefineNVColumnGraphics` to improve maintainability and readability. Verified with existing tests. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>