Cleanup: Formating

This commit is contained in:
Clément Foucault
2024-12-05 23:17:44 +01:00
parent 994c43413a
commit 3e9a2fbf23
2 changed files with 0 additions and 2 deletions

View File

@@ -699,7 +699,6 @@ int GPU_shader_get_program(GPUShader *shader)
return unwrap(shader)->program_handle_get();
}
/** \} */
/* -------------------------------------------------------------------- */

View File

@@ -187,7 +187,6 @@ class GLShader : public Shader {
void uniform_float(int location, int comp_len, int array_size, const float *data) override;
void uniform_int(int location, int comp_len, int array_size, const int *data) override;
/** DEPRECATED: Kept only because of BGL API. */
int program_handle_get() const override;