#pragma once #include #ifdef __cplusplus extern "C" { #endif typedef struct { WGPUTexture texture; } RenderTarget5Impl; #ifdef __cplusplus } #endif