28 lines
428 B
Plaintext
28 lines
428 B
Plaintext
@Layer pp
|
|
|
|
//////////////////////////////
|
|
//- Resources
|
|
|
|
@EmbedDir P_Resources pp_res
|
|
|
|
//////////////////////////////
|
|
//- Api
|
|
|
|
@IncludeC pp_shared.cgh
|
|
@IncludeG pp_shared.cgh
|
|
@IncludeC pp.h
|
|
@IncludeC pp_transcode.h
|
|
|
|
@Bootstrap P_Bootstrap
|
|
|
|
//////////////////////////////
|
|
//- Impl
|
|
|
|
@IncludeC pp_shared.cg
|
|
@IncludeG pp_shared.cg
|
|
@IncludeC pp.c
|
|
@IncludeC pp_transcode.c
|
|
|
|
@DefaultDownstream Any pp_sim
|
|
@DefaultDownstream Any pp_vis
|