| 184 | /* ----- Input Assembly ------ */ |
| 185 | |
| 186 | static LLGL::Buffer* GetNative(Buffer^ buffer) |
| 187 | { |
| 188 | return static_cast<LLGL::Buffer*>(buffer->Native); |
| 189 | } |
| 190 | |
| 191 | void CommandBuffer::SetVertexBuffer(Buffer^ buffer) |
| 192 | { |
no outgoing calls
no test coverage detected