aomapParsFragment top-level property

String aomapParsFragment
getter/setter pair

Implementation

String aomapParsFragment = """
#ifdef USE_AOMAP

	uniform sampler2D aoMap;
	uniform float aoMapIntensity;

#endif
""";