HDK
|
#include "pxr/pxr.h"
#include "pxr/imaging/hdSt/api.h"
#include "pxr/imaging/hd/bufferSource.h"
#include "pxr/imaging/hdSt/resourceBinder.h"
#include "pxr/imaging/hdSt/extCompComputeShader.h"
#include "pxr/imaging/hdSt/resourceRegistry.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | HdStExtCompGpuComputationResource |
Typedefs | |
using | HdStExtCompGpuComputationResourceSharedPtr = std::shared_ptr< class HdStExtCompGpuComputationResource > |
using | HdStGLSLProgramSharedPtr = std::shared_ptr< class HdStGLSLProgram > |
using | HdBufferArrayRangeSharedPtrVector = std::vector< HdBufferArrayRangeSharedPtr > |
using HdBufferArrayRangeSharedPtrVector = std::vector<HdBufferArrayRangeSharedPtr> |
Definition at line 42 of file extCompGpuComputationResource.h.
using HdStExtCompGpuComputationResourceSharedPtr = std::shared_ptr<class HdStExtCompGpuComputationResource> |
Definition at line 39 of file extCompGpuComputationResource.h.
using HdStGLSLProgramSharedPtr = std::shared_ptr<class HdStGLSLProgram> |
Definition at line 40 of file extCompGpuComputationResource.h.