From 52b99ea49a61bad0bfd27dd3cf02894a86af8e23 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Sat, 17 Feb 2024 20:23:09 -0800 Subject: [PATCH] fix tabbing --- include/Refresh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Refresh.h b/include/Refresh.h index ec2c84b..7de9d50 100644 --- a/include/Refresh.h +++ b/include/Refresh.h @@ -1054,13 +1054,13 @@ REFRESHAPI void Refresh_EndComputePass( /* Immediately copies data from a pointer into a CpuBuffer. * * option: - * DISCARD: + * DISCARD: * If this CpuBuffer has been used in a copy command that has not completed, * preserves the data in the issued copy commands at the cost of increased memory usage. * Otherwise it simply overwrites. * It is not recommended to use this option with large CpuBuffers. * - * OVERWRITE: + * OVERWRITE: * Overwrites the data regardless of whether a copy has been issued. * Use this option with great care, as it can cause data races to occur! */