Renderer/Framebuffer: Add GetType (and rework backend internals)
This commit is contained in:
@@ -24,6 +24,12 @@ namespace Nz
|
||||
Store
|
||||
};
|
||||
|
||||
enum class FramebufferType
|
||||
{
|
||||
Texture,
|
||||
Window
|
||||
};
|
||||
|
||||
enum class MemoryAccess
|
||||
{
|
||||
ColorRead,
|
||||
|
||||
Reference in New Issue
Block a user