mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 15:06:32 +00:00
Add empty interface implementation to metal
This commit is contained in:
@@ -47,6 +47,18 @@ public:
|
||||
void StartFrameCapture(DeviceOwnedWindow devWnd);
|
||||
bool EndFrameCapture(DeviceOwnedWindow devWnd);
|
||||
bool DiscardFrameCapture(DeviceOwnedWindow devWnd);
|
||||
|
||||
uint32_t SetObjectAnnotation(void *object, const char *key, RENDERDOC_AnnotationType valueType,
|
||||
uint32_t valueVectorWidth, const RENDERDOC_AnnotationValue *value)
|
||||
{
|
||||
return 2;
|
||||
}
|
||||
uint32_t SetCommandAnnotation(void *queueOrCommandBuffer, const char *key,
|
||||
RENDERDOC_AnnotationType valueType, uint32_t valueVectorWidth,
|
||||
const RENDERDOC_AnnotationValue *value)
|
||||
{
|
||||
return 2;
|
||||
}
|
||||
// IFrameCapturer interface
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user