Updated ComputeInputLayout (markdown)

Chuck Walbourn 2015-06-20 00:00:40 -07:00
Родитель 09eefdd62c
Коммит 8fb44acd15
1 изменённых файлов: 1 добавлений и 1 удалений

@ -8,7 +8,7 @@ Returns the byte offsets for each element of an input layout and the implied ver
_vbDecl_: Input layout description, which is nDecl elements long.
_offsets_: Must have nDecl elements of space.
_offsets_: Must have nDecl elements of space. Can be nullptr.
_strides_: Must have ``D3D11_IA_VERTEX_INPUT_RESOURCE_SLOT_COUNT`` of space. Can be nullptr.