Searched defs:RenderParams (Results 1 – 1 of 1) sorted by relevance
91 struct RenderParams struct93 enum Flags103 RenderParams (TextureType texType_) in RenderParams() argument115 TextureType texType; //!< Texture type.116 SamplerType samplerType; //!< Sampler type.117 deUint32 flags; //!< Feature flags.118 tcu::Vec4 w; //!< w coordinates for quad vertices.119 float bias; //!< User-supplied bias.120 float ref; //!< Reference value for shadow lookups.123 tcu::Vec4 colorScale; //!< Scale for texture color values.[all …]