SetMaterialTexture method
Implementation
@override
void SetMaterialTexture(
StructPointer<MaterialD> material,
int mapType,
TextureD texture,
) => _ffi.SetMaterialTexture(
material.asNativePointer(),
mapType,
$.Texture$.Ref1(texture).asNativePointer<TextureC>().ref,
);