mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Remove declarations for C interface from renderdoc_replay.h header
* The functions are still exported and that's all renderdocui cares for. * The interface is no longer to be used so gets in the way of the generated SWIG bindings.
This commit is contained in:
@@ -51,7 +51,7 @@ void DisplayRendererPreview(IReplayRenderer *renderer, uint32_t width, uint32_t
|
||||
return;
|
||||
|
||||
rdctype::array<FetchTexture> texs;
|
||||
ReplayRenderer_GetTextures(renderer, &texs);
|
||||
renderer->GetTextures(&texs);
|
||||
|
||||
TextureDisplay d;
|
||||
d.mip = 0;
|
||||
|
||||
Reference in New Issue
Block a user