# 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


from .QSGOpaqueTextureMaterial import QSGOpaqueTextureMaterial

class QSGTextureMaterial(QSGOpaqueTextureMaterial):
    """ QSGTextureMaterial() """
    def createShader(self): # real signature unknown; restored from __doc__
        """ createShader(self) -> Optional[QSGMaterialShader] """
        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


