error: Unexpected JIT error: Unknown REGT value passed to EmitParam
I noted it here
I see a bug report here but no comments from the devs
issue with passing vector3 by reference
Moderator: GZDoom Developers
Forum rules
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.
If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.
Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!
Please construct and post a simple demo whenever possible for all bug reports. Please provide links to everything.
If you can include a wad demonstrating the problem, please do so. Bug reports that include fully-constructed demos have a much better chance of being investigated in a timely manner than those that don't.
Please make a new topic for every bug. Don't combine multiple bugs into a single topic. Thanks!
-
- Posts: 392
- Joined: Wed Dec 22, 2021 7:02 pm
- Graphics Processor: Intel (Modern GZDoom)
- Location: Medellin, Colombia
-
- Posts: 1982
- Joined: Thu May 02, 2013 1:27 am
- Graphics Processor: nVidia with Vulkan support
Re: issue with passing vector3 by reference
It's related to (or a duplicate of) this report. In general, Vector2/3 and "out" don't work very well together due to the way vectors are implemented.