このクラスのメンバの一覧は、InputAssemblerStageメンバを参照してください。
パブリック メソッド
| 名前 | 解説 |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | GetIndexBuffer | void ID3D11DeviceContext::IAGetIndexBuffer([Out, Optional] ID3D11Buffer** pIndexBuffer,[Out, Optional] DXGI_FORMAT* Format,[Out, Optional] unsigned int* Offset) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | GetInputLayout | void ID3D11DeviceContext::IAGetInputLayout([Out] ID3D11InputLayout** ppInputLayout) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | GetPrimitiveTopology | void ID3D11DeviceContext::IAGetPrimitiveTopology([Out] D3D_PRIMITIVE_TOPOLOGY* pTopology) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | GetVertexBuffers | void ID3D11DeviceContext::IAGetVertexBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[Out, Buffer, Optional] ID3D11Buffer** ppVertexBuffers,[Out, Buffer, Optional] unsigned int* pStrides,[Out, Buffer, Optional] unsigned int* pOffsets) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | SetIndexBuffer | void ID3D11DeviceContext::IASetIndexBuffer([In, Optional] ID3D11Buffer* pIndexBuffer,[In] DXGI_FORMAT Format,[In] unsigned int Offset) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | SetInputLayout | void ID3D11DeviceContext::IASetInputLayout([In, Optional] ID3D11InputLayout* pInputLayout) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | SetPrimitiveTopology | void ID3D11DeviceContext::IASetPrimitiveTopology([In] D3D_PRIMITIVE_TOPOLOGY Topology) |
![Public メソッド](template/packages/core-dotnet/images/publicMethod.png) | SetVertexBuffers | オーバーロードされます。 Bind a single vertex buffer to the input-assembler stage. |
トップ
参照