removed graph_module_manager/swapchain_mode from GPUDevice.
This commit is contained in:
parent
ffc6f0a074
commit
e99b669ef3
@ -24,10 +24,14 @@ constexpr size_t VK_DESCRIPTOR_TYPE_END_RANGE=VK_DESCRIPTOR_TYPE_INPUT_ATTACHMEN
|
||||
constexpr size_t VK_DESCRIPTOR_TYPE_RANGE_SIZE=VK_DESCRIPTOR_TYPE_END_RANGE-VK_DESCRIPTOR_TYPE_BEGIN_RANGE+1;
|
||||
#endif//VK_DESCRIPTOR_TYPE_RANGE_SIZE
|
||||
|
||||
class TextureManager;
|
||||
|
||||
class GraphModule;
|
||||
class RenderModule;
|
||||
class GraphModuleManager;
|
||||
|
||||
class SwapchainModule;
|
||||
|
||||
void RegistryCommonGraphModule();
|
||||
|
||||
using BindingMap =Map<AnsiString,int>;
|
||||
|
@ -31,12 +31,6 @@ struct CopyBufferToImageInfo;
|
||||
|
||||
class GPUDevice
|
||||
{
|
||||
private: //module
|
||||
|
||||
GraphModuleManager *graph_module_manager;
|
||||
|
||||
SwapchainModule *swapchain_module;
|
||||
|
||||
private:
|
||||
|
||||
GPUDeviceAttribute *attr;
|
||||
|
@ -37,6 +37,7 @@ SET(GEOMETRY_FILES ${SG_INCLUDE_PATH}/InlineGeometry.h
|
||||
SOURCE_GROUP("Geometry" FILES ${GEOMETRY_FILES})
|
||||
|
||||
SET(LIGHT_FILES ${SG_INCLUDE_PATH}/Light.h
|
||||
${SG_INCLUDE_PATH}/LightCullMode.h
|
||||
${SG_INCLUDE_PATH}/ShadowPolicy.h)
|
||||
|
||||
source_group("Light" FILES ${LIGHT_FILES})
|
||||
|
Loading…
x
Reference in New Issue
Block a user