mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-24 23:46:41 +00:00
Fix docs build warning
This commit is contained in:
@@ -7,6 +7,7 @@ bindpoint
|
||||
blackpoint
|
||||
blit
|
||||
blitted
|
||||
bpp
|
||||
bresenham
|
||||
Broadcom
|
||||
capturable
|
||||
|
||||
@@ -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<uint32_t, uint32_t> &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<uint32_t, 3> &block3D)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user