From 74c2231e3c957b5fb39d1d723f2e29f3c07ef906 Mon Sep 17 00:00:00 2001 From: walbourn_cp Date: Tue, 10 Mar 2015 15:18:42 -0700 Subject: [PATCH] Minor SAL fix --- DirectXTex/BC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DirectXTex/BC.h b/DirectXTex/BC.h index d46b232..edd463f 100644 --- a/DirectXTex/BC.h +++ b/DirectXTex/BC.h @@ -597,7 +597,7 @@ private: _In_ const INTEndPntPair &aOrgEndPts, _Out_ INTEndPntPair &aOptEndPts) const; void OptimizeEndPoints(_In_ const EncodeParams* pEP, _In_reads_(BC6H_MAX_REGIONS) const float aOrgErr[], _In_reads_(BC6H_MAX_REGIONS) const INTEndPntPair aOrgEndPts[], - _Inout_updates_all_(BC6H_MAX_REGIONS) INTEndPntPair aOptEndPts[]) const; + _Out_writes_all_(BC6H_MAX_REGIONS) INTEndPntPair aOptEndPts[]) const; static void SwapIndices(_In_ const EncodeParams* pEP, _Inout_updates_all_(BC6H_MAX_REGIONS) INTEndPntPair aEndPts[], _In_reads_(NUM_PIXELS_PER_BLOCK) size_t aIndices[]); void AssignIndices(_In_ const EncodeParams* pEP, _In_reads_(BC6H_MAX_REGIONS) const INTEndPntPair aEndPts[],