opengl.geometry: Pre-initialise texture uniforms.

This commit is contained in:
Rod Kay
2023-05-04 21:32:03 +10:00
parent eb17c310f1
commit 4ca946531a
14 changed files with 48 additions and 36 deletions

View File

@@ -61,6 +61,6 @@ private
overriding
procedure enable_Texture (Self : in Item);
procedure enable_Texture (Self : in out Item);
end openGL.Geometry.lit_textured_x2;