renderTextureMapping method

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

Implementation

void renderTextureMapping(RenderTexture renderTexture, Matrix mappingMatrix,
    Int16List ixList, Float32List vxList) {
  _renderContext.renderTextureMapping(
      this, renderTexture, mappingMatrix, ixList, vxList);
}