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

@ -672,7 +672,7 @@ class RenderPath {
}
#if (rp_voxels != "Off")
public function getComputeShader(handle: String): kha.compute.Shader {
public function getComputeShader(handle: String): kha.graphics4.ComputeShader {
return Reflect.field(kha.Shaders, handle + "_comp");
}
#end