PeriDyno 1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
GraphicsPipeline.h
Go to the documentation of this file.
1
16#pragma once
17#include "Pipeline.h"
18
19namespace dyno
20{
22 {
23 public:
25 virtual ~GraphicsPipeline();
26
27 protected:
28 bool printDebugInfo() override;
29 };
30}
bool printDebugInfo() override
Pipeline(Node *node)
Definition Pipeline.cpp:15
This is an implementation of AdditiveCCD based on peridyno.
Definition Array.h:25