mirror of
https://bitbucket.org/seefoe/clientdata.git
synced 2026-07-28 23:16:35 -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
|