Skip to content

Commit

Permalink
perf: remove env filtering GPU->CPU->GPU round trip
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan hoffstadt committed May 2, 2024
1 parent 36d9cf7 commit 2d15b8a
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 202 deletions.
1 change: 1 addition & 0 deletions extensions/pl_ecs_ext.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ enum _plMaterialFlags
{
PL_MATERIAL_FLAG_NONE = 0,
PL_MATERIAL_FLAG_DOUBLE_SIDED = 1 << 0,
PL_MATERIAL_FLAG_OUTLINE = 1 << 1,
};

enum _plBlendMode
Expand Down
Loading

0 comments on commit 2d15b8a

Please sign in to comment.