# encoding: utf-8
# module PyQt5.QtQuick
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtQuick.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import PyQt5.QtGui as __PyQt5_QtGui
import PyQt5.QtQml as __PyQt5_QtQml
import sip as __sip


class QSGMaterial(__sip.wrapper):
    """ QSGMaterial() """
    def compare(self, other, QSGMaterial=None): # real signature unknown; restored from __doc__
        """ compare(self, other: Optional[QSGMaterial]) -> int """
        return 0

    def createShader(self): # real signature unknown; restored from __doc__
        """ createShader(self) -> Optional[QSGMaterialShader] """
        pass

    def flags(self): # real signature unknown; restored from __doc__
        """ flags(self) -> QSGMaterial.Flags """
        pass

    def setFlag(self, flags, QSGMaterial_Flags=None, QSGMaterial_Flag=None, *args, **kwargs): # real signature unknown; NOTE: unreliably restored from __doc__ 
        """ setFlag(self, flags: Union[QSGMaterial.Flags, QSGMaterial.Flag], enabled: bool = True) """
        pass

    def type(self): # real signature unknown; restored from __doc__
        """ type(self) -> Optional[QSGMaterialType] """
        pass

    def __init__(self): # real signature unknown; restored from __doc__
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""


    Blending = 1
    CustomCompileStep = 16
    RequiresDeterminant = 2
    RequiresFullMatrix = 14
    RequiresFullMatrixExceptTranslate = 6
    RhiShaderWanted = 4096
    SupportsRhiShader = 32


