| \ Kai
>| \\ Communications
>| \\\
>| ///
>| //
| /
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// fragment shader | |
#version 130 | |
in vec4 ex_color; | |
in vec3 ex_nvect; | |
in vec3 ex_cvect; | |
in vec2 ex_tex1; | |
out vec4 end_result; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>>>>>>> | |
DCPU-16N Instruction Set Architecture Specification | |
Copyrights 1984 Meisaka Yukara | |
Version 1.15 | |
=================================== SUMMARY ==================================== | |
* 16 bit CISC CPU design | |
* DCPU-16 compatibility functions |