rlLoadTextureDepth method
Load depth texture/renderbuffer (to be attached to fbo)
Implementation
@override
int rlLoadTextureDepth(
int width,
int height,
bool useRenderBuffer,
) => _wasm.rlLoadTextureDepth(
width.toJS,
height.toJS,
useRenderBuffer.toJS,
);