Skip to main content

Questions tagged [agal]

AGAL is the Adobe Graphics Assembly Language, a low-level shader assembly language for Stage3D (Flash and Adobe Air).

0 votes
1 answer
710 views

I created an engine which draws 2D planes in the Stage3D API in Actionscript 3. And my question is, how do I turn all anti-aliasing off, because when I scale it all the pixels get really blurry, and I'...
tversteeg's user avatar
  • 451
3 votes
2 answers
2k views

I want to have a better understanding of how to create shaders with optimal performance and realize where some bottlenecks can occur. Is it usually favorable (when possible) to delegate most of the ...
chamberlainpi's user avatar
-1 votes
2 answers
495 views

If I had a Vertex Shader constant holding one float value, like: 255.000255 Where: The first 3 numbers are actually red (255), next three are green (000), then ...
chamberlainpi's user avatar