renderTextureMapping abstract method

void renderTextureMapping(
  1. RenderState renderState,
  2. RenderTexture renderTexture,
  3. Matrix mappingMatrix,
  4. Int16List ixList,
  5. Float32List vxList,
)

Implementation

void renderTextureMapping(
    RenderState renderState,
    RenderTexture renderTexture,
    Matrix mappingMatrix,
    Int16List ixList,
    Float32List vxList);