mirror of
https://github.com/SWG-Source/clientdata_OLD.git
synced 2026-07-14 00:01:59 -04:00
11 lines
182 B
V Shell
Executable File
11 lines
182 B
V Shell
Executable File
//asm
|
|
TARGET
|
|
|
|
#include "vertex_program/modules/registers.inc"
|
|
dcl_position0 vPosition
|
|
dcl_color0 vColor0
|
|
|
|
#include "vertex_program/modules/transform.inc"
|
|
|
|
mov oD0, vColor0
|