Torque3D/Engine/source/shaderGen/HLSL
AzaezelX 5ffa3b81f1 dial back nullPtr usage
while it still remains a good idea to port as many NULL compares and assignments over to nullPtr as feasable, we do still need to sort out how to better support scripted empty, false, and zero assigns for things like objectIDs.

this means we'll need to both fully convert the backend of the parser to support that kind of thing, but also alter most if not all exisiting NULLs. up to and including things like SAFE_DELETE. while that's certainly feasable, given there's aproximatel 400 nullptr assigns/checks prior to this commit, and roughly 1800 of the prior, if it terminates in a script call and not an aip one direct, we'll be dialing that back until such time as fork fully fopcused on converting and resolving any lingering mismatches is completed.
2025-12-29 17:45:09 -06:00
..
accuFeatureHLSL.cpp be clear where we're referencing gbuffer render targets 2021-08-28 17:21:45 -05:00
accuFeatureHLSL.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
bumpHLSL.cpp be clear where we're referencing gbuffer render targets 2021-08-28 17:21:45 -05:00
bumpHLSL.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
customFeatureHLSL.cpp uninitialized and unused value cleanups 2023-05-01 10:40:02 -05:00
customFeatureHLSL.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
debugVizFeatureHLSL.cpp clang tidy misc fixes 2024-03-18 20:11:44 -05:00
debugVizFeatureHLSL.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
depthHLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
depthHLSL.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
paraboloidHLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
paraboloidHLSL.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
shaderCompHLSL.cpp Compilation fixes for C++20 2022-11-28 21:39:06 -05:00
shaderCompHLSL.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
shaderFeatureHLSL.cpp dial back nullPtr usage 2025-12-29 17:45:09 -06:00
shaderFeatureHLSL.h remove glowbin as it's own render pass 2024-05-30 17:29:42 -05:00
shaderGenHLSL.cpp Removes Direct3D9 functionality. 2017-05-28 16:51:31 -05:00
shaderGenHLSL.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
shaderGenHLSLInit.cpp shift pbrconfig to ORM 2020-09-30 13:51:12 -05:00