Updated DirectXMesh (markdown)

Chuck Walbourn 2015-06-19 23:57:25 -07:00
Родитель e73bc86fc6
Коммит cf4f72c779
1 изменённых файлов: 1 добавлений и 0 удалений

@ -80,6 +80,7 @@ _Note that depending on feature level, some 'valid' DXGI formats may not be supp
### Input Layout Descriptor Utilities
* **IsValid** - Returns false if the given Direct3D 11 input layout description is invalid. _This performs many but not all of the same checks that the Direct3D debug layer performs._
* [[ComputeInputLayout]] - Returns the byte offsets for each element of an input layout and the implied vertex stride from a given Direct3D 11 input layout description.
### Attribute Utilities