mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Remove unimplemented function declarations
This commit is contained in:
committed by
Baldur Karlsson
parent
26c673675e
commit
0a20c686fd
@@ -73,8 +73,6 @@ rdcarray<ABI> GetSupportedABIs(const rdcstr &deviceID);
|
||||
rdcstr GetRenderDocPackageForABI(ABI abi);
|
||||
rdcstr GetPathForPackage(const rdcstr &deviceID, const rdcstr &packageName);
|
||||
rdcstr GetFolderName(const rdcstr &deviceID);
|
||||
|
||||
bool PatchManifest(bytebuf &manifest);
|
||||
};
|
||||
|
||||
DECLARE_REFLECTION_ENUM(Android::ABI);
|
||||
|
||||
@@ -429,10 +429,6 @@ public:
|
||||
bool IsRenderOutput(ResourceId id) { return GetRenderOutputSubresource(id).mip != ~0U; }
|
||||
void FileChanged();
|
||||
|
||||
void InitCallstackResolver();
|
||||
bool HasCallstacks();
|
||||
Callstack::StackResolver *GetCallstackResolver();
|
||||
|
||||
// used for vulkan layer bookkeeping. Ideally this should all be handled by installers/packages,
|
||||
// but for developers running builds locally or just in case, we need to be able to update the
|
||||
// layer registration ourselves.
|
||||
|
||||
Reference in New Issue
Block a user