material properties only work with direct assignment (=
) but not with compound-assignment (e.g.: *=
)
#7914
Labels
bug
Something isn't working
enhancement
New feature or request
low priority
Low priority issue
materials
Issue/request for the material system
Describe the bug
clipSpaceTransform
won't compile at all inmatc
for avertexDomain:device
shader (docs, previous discussion).To Reproduce
git clone git@github.com:google/filament.git
./build.sh release matc
test_direct_pixels.mat
:./out/cmake-release/tools/matc/matc --api=metal --platform=mobile --output=./test_direct_pixels.filamat ./test_direct_pixels.mat
matc
compilation fails:Expected behavior
matc
compilation should work, though it may have broken here?Screenshots
N/A
Logs
(see Step 6 above)
Desktop (please complete the following information):
Smartphone (please complete the following information):
matc
)matc
)Additional context
I'm looking to create a 2D quad, with 256 instances, and do efficient vertex transforms on the GPU.
Thanks as always team!
The text was updated successfully, but these errors were encountered: