description = "The format of the texture's pixels.",
- default = "rgba"
+ default = "rgba8"
},
{
name = "data",
@@ -12716,6 +12716,11 @@ return {
}
},
returns = {}
+ },
+ {
+ description = "Disables blending. When something is drawn, its pixel colors will replace any existing color in the target texture. This can work okay for opaque objects, but won't render text or transparency properly.",