mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-28 01:16:31 +00:00
Added MetalResourceType enum
Switch to use include of "metal_common.h" instead of "metal_types.h"
This commit is contained in:
committed by
Baldur Karlsson
parent
332f3e6143
commit
86f4f2f70e
@@ -25,7 +25,19 @@
|
||||
#pragma once
|
||||
|
||||
#include "core/resource_manager.h"
|
||||
#include "metal_types.h"
|
||||
#include "metal_common.h"
|
||||
|
||||
class WrappedMTLDevice;
|
||||
|
||||
enum MetalResourceType
|
||||
{
|
||||
eResUnknown = 0,
|
||||
eResDevice,
|
||||
eResLibrary,
|
||||
eResFunction,
|
||||
};
|
||||
|
||||
DECLARE_REFLECTION_ENUM(MetalResourceType);
|
||||
|
||||
struct WrappedMTLObject
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user