16 lines
190 B
Plaintext
16 lines
190 B
Plaintext
{
|
|
parms {
|
|
}
|
|
state {
|
|
colormask
|
|
alphamask
|
|
}
|
|
hlsl_vp {
|
|
#include "includes/vertex.inc"
|
|
|
|
CALC_SKINNED_POSITION( result.position );
|
|
}
|
|
hlsl_fp {
|
|
result.color = _float4( 0.0 );
|
|
}
|
|
} |