Initial commit

This commit is contained in:
2024-05-23 19:38:02 +03:00
commit e434b96ec2
27 changed files with 6381 additions and 0 deletions

16
shader_code.asm Normal file
View File

@ -0,0 +1,16 @@
; Compofiller Studio by Yzi 2017
;
; This asm file is for making a COFF object file from the GLSL shader code.
; C++ mangled name would be something like this:
;global ?shader_glsl@@3DA
;?shader_glsl@@3DA:
section .shader0 data align=1
global shader_glsl
shader_glsl:
incbin TEMP_PROCESSED_SHADER_FILE
db 0