8 lines
88 B
C
8 lines
88 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
typedef struct {
|
||
|
|
unsigned id;
|
||
|
|
char *source;
|
||
|
|
int length;
|
||
|
|
} Shader5Impl;
|