summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/GfxKit/GPU.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-23 00:40:23 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-23 00:40:23 +0100
commit3a4cb9bfcf9e91f3bd994d74af2e56f59d17688f (patch)
treea74970dc96fe04b7fa466103994d096965edf9fc /src/kernel/GfxKit/GPU.h
parent552304659a130070e59369bb01d0b706f267aef3 (diff)
feat: New entry in TraceSrv specs--codebase improvements.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/GfxKit/GPU.h')
-rw-r--r--src/kernel/GfxKit/GPU.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/GfxKit/GPU.h b/src/kernel/GfxKit/GPU.h
index 78d71558..af99e8b2 100644
--- a/src/kernel/GfxKit/GPU.h
+++ b/src/kernel/GfxKit/GPU.h
@@ -17,7 +17,7 @@ class GPUDeviceInterface;
class GPUDeviceInterface NE_DEVICE<VoidPtr> {
public:
GPUDeviceInterface(void (*out)(IDevice* self, GPUDeviceInterface* out),
- void (*in)(IDevice* self, GPUDeviceInterface* in));
+ void (*in)(IDevice* self, GPUDeviceInterface* in));
virtual ~GPUDeviceInterface() override;