LoadImageFromTexture method

ImageC LoadImageFromTexture(
  1. Texture2DC texture
)

Implementation

ImageC LoadImageFromTexture(Texture2DC texture) {
  return _LoadImageFromTexture(texture);
}