LoadImageFromTexture abstract method

ImageStructType LoadImageFromTexture(
  1. TextureStructType texture
)

Load image from GPU texture data

Implementation

ImageStructType LoadImageFromTexture(
  TextureStructType texture,
);