opengl.demos: Update code to use new openGL updates.

This commit is contained in:
Rod Kay
2025-09-15 11:07:24 +10:00
parent 52376f5b0a
commit 242b2d7828
25 changed files with 134 additions and 56 deletions

View File

@@ -111,7 +111,7 @@ is
function to_Details (texture_Assets : in asset_Names;
Animation : in Animation_view := null) return Details;
no_Details : constant Details;
@@ -142,6 +142,8 @@ is
private
-----------
--- Streams
--
@@ -156,4 +158,7 @@ private
for Animation_view'read use read;
no_Details : constant Details := (others => <>);
end openGL.texture_Set;