Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
instead of for every shape
|
|
|
|
|
|
|
|
|
|
This reverts commit aa1cba1d53270cd14339141082d9d5dc9c3857ef.
|
|
This is more consistent with `AudioServer.device` (for output),
which is already exposed as a property.
|
|
|
|
|
|
|
|
Remove currently unused implementation of TextureBasisU, could be re-added
later on if needed and ported.
|
|
|
|
The change in 09563e4bd8fa4dda8802b3b48f111f3c1de499d8 wasn't
consistently carried out everywhere needed.
|
|
* Adds optional vec4 USERDATA1 .. USERDATA6 to particles, allowing to store custom data.
* This data is allocated on demand, so shaders that do not use it do not cost more.
|
|
|
|
Free surface vertex_buffers after vertex_arrays to silence warnings
|
|
Fixes some 'Attempted to free invalid ID' warnings in mobile renderer
|
|
|
|
PitchShift effect quality and performance tweaks for different pitch scale values
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is unsupported and glslang made it raise an error in 11.7.0:
https://github.com/KhronosGroup/glslang/pull/2810
Co-authored-by: Clay John <claynjohn@gmail.com>
|
|
|
|
remove normal_to_panorama from spotlight projector
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Debugger] Move most profilers to ServersDebugger, fix core includes.
|
|
Moved argument from RTR to vformat. Message is now similar to uniform-arrays-error further down.
|
|
Add additional randomization options.
|