rlLoadTextureDepth method

int rlLoadTextureDepth(
  1. int width,
  2. int height,
  3. bool useRenderBuffer
)

Implementation

int rlLoadTextureDepth(int width, int height, bool useRenderBuffer) {
  return _rlLoadTextureDepth(width, height, useRenderBuffer);
}