extract shader types to module

This commit is contained in:
2024-08-05 00:19:49 -07:00
parent bc9289474b
commit 67e6dd0507
5 changed files with 41 additions and 80 deletions

View File

@ -0,0 +1,3 @@
module ShaderTypes {
header "shadertypes.h"
}