summaryrefslogtreecommitdiff
path: root/doc/AUXILIARY_TEXTURE_INIT.md
AgeCommit message (Collapse)Author
26 hoursdocs: Add auxiliary texture initialization tech docskal
Documents the "half resolution" bug, root cause analysis, and solution decision (resize before init vs lazy initialization). Key points: - Problem: Auxiliary textures created with default dimensions - Root cause: init() called before resize() - Solution: Swap order (resize → init) for 2-line fix - Rejected: Lazy initialization (too complex, cascade effects) Includes implementation details and guidelines for new effects. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>