Diligent Engine API Reference
List of all members
Diligent::IBufferViewGL Class Reference

Interface to the buffer view object implemented in OpenGL. More...

Inheritance diagram for Diligent::IBufferViewGL:
Diligent::IBufferView Diligent::IDeviceObject Diligent::RefCountedObject< IBufferViewGL > Diligent::ObjectBase< IBufferViewGL > Diligent::DeviceObjectBase< IBufferViewGL, BufferViewDesc > Diligent::BufferViewBase< IBufferViewGL > Diligent::BufferViewGLImpl

Additional Inherited Members

- Public Member Functions inherited from Diligent::IBufferView
virtual void QueryInterface (const Diligent::INTERFACE_ID &IID, IObject **ppInterface)=0
 Queries the specific interface, see IObject::QueryInterface() for details.
 
virtual const BufferViewDescGetDesc () const =0
 Returns the buffer view description used to create the object.
 
virtual IBufferGetBuffer ()=0
 Returns pointer to the referenced buffer object. More...
 
- Public Member Functions inherited from Diligent::IDeviceObject
virtual void QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0
 Queries the specific interface, see IObject::QueryInterface() for details.
 

Detailed Description

Interface to the buffer view object implemented in OpenGL.