rlBindImageTexture method
Bind image texture
Implementation
@override
void rlBindImageTexture(
int id,
int index,
int format,
bool readonly,
) => _wasm.rlBindImageTexture(
id.toJS,
index.toJS,
format.toJS,
readonly.toJS,
);
Bind image texture
@override
void rlBindImageTexture(
int id,
int index,
int format,
bool readonly,
) => _wasm.rlBindImageTexture(
id.toJS,
index.toJS,
format.toJS,
readonly.toJS,
);