Model and Material loading via content manager

This commit is contained in:
Simon Lübeß
2023-01-07 12:15:14 +01:00
parent ee30920b56
commit 3da60355df
25 changed files with 859 additions and 267 deletions
+3 -2
View File
@@ -1,12 +1,13 @@
using System;
using GlitchyEngine.Content;
using GlitchyEngine.Core;
using GlitchyEngine.Math;
using System;
using System.IO;
using System.Diagnostics;
namespace GlitchyEngine.Renderer
{
public abstract class Texture : RefCounter
public abstract class Texture : Asset
{
protected SamplerState _samplerState ~ _?.ReleaseRef();