|
|
@@ -23,7 +23,7 @@ class FactoryParams;
|
|
|
* Enables or disables writing of pixel to framebuffer based on its alpha
|
|
|
* value relative to a reference alpha value
|
|
|
*/
|
|
|
-class EXPCL_PANDA_PGRAPH AlphaTestAttrib : public RenderAttrib {
|
|
|
+class EXPCL_PANDA_PGRAPH AlphaTestAttrib final : public RenderAttrib {
|
|
|
private:
|
|
|
INLINE AlphaTestAttrib(PandaCompareFunc mode = M_always,
|
|
|
PN_stdfloat reference_alpha = 1.0f);
|