共用方式為


RWStructuredBuffer::GetDimensions 函式

取得資源維度。

語法

void GetDimensions(
  out uint numStructs,
  out uint stride
);

參數

numStructs [out]

類型: uint

資源中的結構數目。

stride [out]

類型: uint

每個結構元素的分步,以位元組為單位。

傳回值

Nothing

備註

下列著色器類型支援此函式:

頂點 船體 網域 幾何形狀 像素 計算
x x

 

另請參閱

RWStructuredBuffer

著色器模型 5