toFlameTexture method

Texture toFlameTexture()

Implementation

flame_3d.Texture toFlameTexture() {
  // TODO(luan): consider other parameters, such as sampler, type, etc
  return source.get().toFlameTexture();
}