Files
LNXRNT/Kinc/Backends/Graphics5/WebGPU/Sources/kinc/backend/graphics5/rendertarget.h
2025-01-29 10:55:49 +01:00

16 lines
171 B
C

#pragma once
#include <webgpu/webgpu.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
WGPUTexture texture;
} RenderTarget5Impl;
#ifdef __cplusplus
}
#endif