docs: consistently spell OK in allcaps

Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
This commit is contained in:
Erik Faye-Lund
2022-10-18 17:18:44 +02:00
committed by Marge Bot
parent 4453948a5f
commit f1bc496785

View File

@@ -46,7 +46,7 @@ Buffer resource: can be used as a vertex, index, constant buffer
Buffers do not really have a format, it's just bytes, but they are required Buffers do not really have a format, it's just bytes, but they are required
to have their type set to a R8 format (without a specific "just byte" format, to have their type set to a R8 format (without a specific "just byte" format,
R8_UINT would probably make the most sense, but for historic reasons R8_UNORM R8_UINT would probably make the most sense, but for historic reasons R8_UNORM
is ok too). (This is just to make some shared buffer/texture code easier so is OK too). (This is just to make some shared buffer/texture code easier so
format size can be queried.) format size can be queried.)
width0 serves as size, most other resource properties don't apply but must be width0 serves as size, most other resource properties don't apply but must be
set appropriately (depth0/height0/array_size must be 1, last_level 0). set appropriately (depth0/height0/array_size must be 1, last_level 0).