Skip to content

Commit

Permalink
Remove DepthStencil cause it's not even really supported yet
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareantics committed Jan 11, 2024
1 parent c44a979 commit 00894b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion FinalEngine.Rendering.OpenGL/OpenGLRenderDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public OpenGLRenderDevice(IOpenGLInvoker invoker)
{ PixelFormat.Rgb, TKPixelForamt.Rgb },
{ PixelFormat.Rgba, TKPixelForamt.Rgba },
{ PixelFormat.Depth, TKPixelForamt.DepthComponent },
{ PixelFormat.DepthAndStencil, TKPixelForamt.DepthStencil },
{ SizedFormat.R8, SizedInternalFormat.R8 },
{ SizedFormat.Rg8, SizedInternalFormat.Rg8 },
{ SizedFormat.Rgb8, All.Rgb8 },
Expand Down
2 changes: 0 additions & 2 deletions FinalEngine.Rendering/Textures/PixelFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ public enum PixelFormat
Rgba,

Depth,

DepthAndStencil,
}

0 comments on commit 00894b5

Please sign in to comment.