Compute 0

This commit is contained in:
2026-06-15 20:07:42 -07:00
parent 3aac63d255
commit 96134404a2
13 changed files with 223 additions and 217 deletions

View File

@ -266,7 +266,6 @@ class Graphics implements kha.graphics4.Graphics {
}
public function beginFace(face: Int): Void {
// TODO: Hashlink conflict for shadowmap atlasing needs image and probes need cubemap
kinc_graphics_render_to_face((target is CubeMap) ? cast(target, CubeMap)._renderTarget : cast(target, Image)._renderTarget, face);
}