8 lines
119 B
C
8 lines
119 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
// Placeholder for pipeline context.
|
||
|
|
class PipelineContext {
|
||
|
|
public:
|
||
|
|
PipelineContext() = default;
|
||
|
|
};
|