SetMaterialTexture function
See RaylibCoreFlatModule.SetMaterialTexture.
Implementation
void SetMaterialTexture(
StructPointer<MaterialD> material,
int mapType,
TextureD texture,
) => _module.SetMaterialTexture(material, mapType, texture);
See RaylibCoreFlatModule.SetMaterialTexture.
void SetMaterialTexture(
StructPointer<MaterialD> material,
int mapType,
TextureD texture,
) => _module.SetMaterialTexture(material, mapType, texture);