webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Attributes | List of all members
rx::VertexArrayImpl Class Reference

#include <VertexArrayImpl.h>

Inheritance diagram for rx::VertexArrayImpl:
angle::NonCopyable rx::VertexArray11 rx::VertexArray9 rx::VertexArrayGL rx::VertexArrayNULL rx::VertexArrayVk

Public Member Functions

 VertexArrayImpl (const gl::VertexArrayState &data)
 
virtual ~VertexArrayImpl ()
 
virtual void syncState (const gl::VertexArray::DirtyBits &dirtyBits)
 

Protected Attributes

const gl::VertexArrayStatemData
 

Constructor & Destructor Documentation

◆ VertexArrayImpl()

rx::VertexArrayImpl::VertexArrayImpl ( const gl::VertexArrayState data)
inline

◆ ~VertexArrayImpl()

virtual rx::VertexArrayImpl::~VertexArrayImpl ( )
inlinevirtual

Member Function Documentation

◆ syncState()

virtual void rx::VertexArrayImpl::syncState ( const gl::VertexArray::DirtyBits dirtyBits)
inlinevirtual

Reimplemented in rx::VertexArrayGL, and rx::VertexArray11.

Member Data Documentation

◆ mData

const gl::VertexArrayState& rx::VertexArrayImpl::mData
protected

The documentation for this class was generated from the following file: