Add GPUDevice::CreateConstantBuffer for custom constants buffers usage
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
GPUBuffer* CreateBuffer(const StringView& name) override;
|
||||
GPUSampler* CreateSampler() override;
|
||||
GPUSwapChain* CreateSwapChain(Window* window) override;
|
||||
GPUConstantBuffer* CreateConstantBuffer(uint32 size, const StringView& name) override;
|
||||
};
|
||||
|
||||
extern GPUDevice* CreateGPUDeviceNull();
|
||||
|
||||
Reference in New Issue
Block a user