LoadTexture abstract method

TextureStructType LoadTexture(
  1. String fileName
)

Load texture from file into GPU memory (VRAM)

Implementation

TextureStructType LoadTexture(
  String fileName,
);