re-add GPU upload config including "none"

This commit is contained in:
James Seibel
2025-11-10 07:33:03 -06:00
parent 767753c004
commit 6eb24ecde1
7 changed files with 41 additions and 10 deletions
@@ -44,6 +44,10 @@ public enum EDhApiGpuUploadMethod
/** Fast rendering but may stutter when uploading. */
SUB_DATA(false, false),
/** Don't upload, only should be used for debugging */
@Deprecated // TODO remove before release
NONE(false, false),
/**
* May end up storing buffers in System memory. <br>
* Fast rending if in GPU memory, slow if in system memory, <br>