Skip to content

Commit

Permalink
Implement Settings To Control Rendering (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Jun 21, 2022
1 parent 9b13b22 commit bc68cf5
Showing 1 changed file with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@
// Internal Libraries (BG convention: use <> instead of "")


enum ERS_ShadowFilteringType {
namespace ERS {


namespace Renderer {

}
enum ShadowFilteringType {

ERS_NO_FILTERING,
ERS_PCF_FILTERING,
ERS_POISSON_SAMPLING,
ERS_STRATIFIED_POISSON_SAMPLING

struct ERS_STRUCT_ShadowFilteringType {
};

}


};
}

0 comments on commit bc68cf5

Please sign in to comment.