
##########################
A3DGlobalIsMaterialTexture
##########################

.. c:function:: A3DStatus A3DGlobalIsMaterialTexture(const A3DUns32 uiIndexMaterial, A3DBool *pbIsTexture)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DGlobalIsMaterialTexture(*const* :c:type:`~A3DUns32` **uiIndexMaterial**\ , :c:type:`~A3DBool`\ * **pbIsTexture**\ )
   
   Determines whether the data at the index uiIndexMaterial in the global array of materials is an :c:type:`~A3DGraphTextureApplication` or an :c:struct:`~A3DGraphMaterialData`\ . 
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




