Files
2025-01-29 10:55:49 +01:00

8 lines
88 B
C

#pragma once
typedef struct {
unsigned id;
char *source;
int length;
} Shader5Impl;