[host] d12: general cleanups

This commit is contained in:
Geoffrey McRae
2024-02-01 17:13:18 +11:00
parent 071e4323fa
commit a4fede01f3
7 changed files with 287 additions and 182 deletions

View File

@@ -88,11 +88,6 @@ static inline ID3D12Resource * d12_backendFetch(D12Backend * instance,
unsigned frameBufferIndex)
{ return instance->fetch(instance, frameBufferIndex); }
// APIs for the backend to call
void d12_updatePointer(
CapturePointer * pointer, void * shape, size_t shapeSize);
// Backend defines
extern D12Backend D12Backend_DD;