mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
add some notes about the threading of qfvis
This commit is contained in:
parent
7e4e1a1f96
commit
df1fdca828
1 changed files with 29 additions and 0 deletions
29
tools/qfvis/source/notes
Normal file
29
tools/qfvis/source/notes
Normal file
|
@ -0,0 +1,29 @@
|
|||
non-threaded access only
|
||||
---
|
||||
bsp
|
||||
originalvismapsize
|
||||
portalleafs
|
||||
totalvis
|
||||
uncompressed
|
||||
visdata
|
||||
|
||||
threaded read-only
|
||||
---
|
||||
bitbytes
|
||||
bitlongs
|
||||
numportals
|
||||
options
|
||||
|
||||
threaded read/write
|
||||
---
|
||||
portals
|
||||
leafs
|
||||
|
||||
threaded read/write stats-only
|
||||
---
|
||||
c_chains
|
||||
c_mighttest
|
||||
c_portaltest
|
||||
c_portalpass
|
||||
c_portalcheck
|
||||
c_vistest
|
Loading…
Reference in a new issue