VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
ShaderResourceTable.h
Go to the documentation of this file.
1
8#pragma once
10
11namespace venom
12{
13namespace vulkan
14{
16{
17public:
20
21private:
22 void __UpdateDescriptor(const SetsIndex index, const int binding, const void * data, const size_t size, const size_t offset = 0) override;
23};
24}
25}
Definition ShaderResourceTable.h:29
Definition ShaderResourceTable.h:16
Contains the entirety of the code of the VenomEngine project.
Definition Config.h:13