7 lines
84 B
C
7 lines
84 B
C
#pragma once
|
|
|
|
typedef struct {
|
|
char name[1024];
|
|
void *mtlFunction;
|
|
} Shader5Impl;
|