◆ Enum
Enumerator |
---|
Discard | Buffer must be completely overwritten. No old data will be read. Data will not persist across frames.
|
NoOverwrite | User is responsible for synchronizing access between GPU and CPU.
|
CopyToTempStorage | Upload to temp buffer, then buffer to buffer transfer at the current time in the command buffer.
|
The documentation for this struct was generated from the following file: