preprocess params for hidden ops

isolation_bkp/dynres
Dominik Madarász 2021-05-16 12:00:41 +02:00
parent 0408d9a6a3
commit 2e9fdc1dda
4 changed files with 13125 additions and 1 deletions

Binary file not shown.

13125
art/gen/demo.h 100644

File diff suppressed because it is too large Load Diff

BIN
art/gen/demo.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 85 KiB

View File

@ -85,7 +85,6 @@ void texed_process_ops(void) {
void texed_process_params(void) { void texed_process_params(void) {
for (int i = 0; i < zpl_array_count(ctx.ops); i += 1) { for (int i = 0; i < zpl_array_count(ctx.ops); i += 1) {
td_op *op = &ctx.ops[i]; td_op *op = &ctx.ops[i];
if (op->is_hidden) continue;
for (int j = 0; j < op->num_params; j += 1) { for (int j = 0; j < op->num_params; j += 1) {
td_param *p = &op->params[j]; td_param *p = &op->params[j];