|
Visual Computing Library
devel
|
This is the complete list of members for vcl::IndexBuffer, including all inherited members.
| Base typedef (defined in vcl::IndexBuffer) | vcl::IndexBuffer | private |
| bind(uint stage=UINT_NULL, bgfx::Access::Enum access=bgfx::Access::Read) const | vcl::IndexBuffer | inline |
| create(const void *bufferIndices, const uint bufferSize, bool is32Bit=true, bgfx::ReleaseFn releaseFn=nullptr) | vcl::IndexBuffer | inline |
| create(const bgfx::Memory *indices, uint64_t flags=BGFX_BUFFER_NONE, bool compute=false) | vcl::IndexBuffer | inline |
| createForCompute(const void *bufferIndices, const uint bufferSize, PrimitiveType type, bgfx::Access::Enum access=bgfx::Access::Read, bgfx::ReleaseFn releaseFn=nullptr) | vcl::IndexBuffer | inline |
| IndexBuffer()=default | vcl::IndexBuffer | |
| isCompute() const | vcl::IndexBuffer | inline |
| mCompute (defined in vcl::IndexBuffer) | vcl::IndexBuffer | private |
| setCompute(bool compute) | vcl::IndexBuffer | inline |
| swap(IndexBuffer &other) | vcl::IndexBuffer | inline |
| swap (defined in vcl::IndexBuffer) | vcl::IndexBuffer | friend |