Skip to content

Commit

Permalink
Fix OpenGL
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Jan 19, 2024
1 parent 6a5fc9c commit f78e0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backends/Kinc-hxcpp/kha/kore/graphics4/Graphics.hx
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ class Graphics implements kha.graphics4.Graphics {
public function setShaderStorageBuffer(buffer: ShaderStorageBuffer, index: Int) {
untyped __cpp__("
#ifdef KORE_OPENGL
kinc_compute_set_buffer(&buffer->buffer, index);
kinc_g4_set_shader_storage_buffer(&buffer->buffer, index);
#endif
");
}
Expand Down

0 comments on commit f78e0ec

Please sign in to comment.