Handbook
Glossary
(grow-buffer-size) ( target-size old-size -- new-size )
Vocabulary
gpu
.
buffers
Inputs
target-size
an
object
old-size
an
object
Outputs
new-size
an
object
Definition
USING:
kernel
math
;
IN:
gpu.buffers
:
(grow-buffer-size)
( target-size old-size -- new-size )
[
2dup
>
]
[
2
*
]
while
nip
;
inline