Added basic vertex and fragment shaders.

This commit is contained in:
2019-12-28 00:13:16 -06:00
parent 8c0ba20df5
commit b49415dc68
3 changed files with 20 additions and 0 deletions

View File

@@ -10,5 +10,8 @@ namespace RecrownedAthenaeum.Types
byte[] ColorData {
get;
}
float[] vertices {
get;
}
}
}