diff --git a/docs/spelling_graphics.txt b/docs/spelling_graphics.txt index 8b5f5250d..789e500b4 100644 --- a/docs/spelling_graphics.txt +++ b/docs/spelling_graphics.txt @@ -7,6 +7,7 @@ bindpoint blackpoint blit blitted +bpp bresenham Broadcom capturable diff --git a/renderdoc/api/replay/data_types.h b/renderdoc/api/replay/data_types.h index 1d4308b3e..baba98e3d 100644 --- a/renderdoc/api/replay/data_types.h +++ b/renderdoc/api/replay/data_types.h @@ -483,7 +483,7 @@ Will return 0 if the format is not PVRTC. Invalid values will result in undefined format properties. Has no effect if the format is not already set to be ASTC. -:param Tuple[int, int] block2D: The 2D block shape. +:param Tuple[int,int] block2D: The 2D block shape. )"); void SetASTC2D(const rdcpair &block2D) { @@ -501,7 +501,7 @@ not already set to be ASTC. Invalid values will result in undefined format properties. Has no effect if the format is not already set to be ASTC. -:param Tuple[int, int, int] block3D: The 3D block shape. +:param Tuple[int,int,int] block3D: The 3D block shape. )"); void SetASTC3D(const rdcfixedarray &block3D) {