Home
last modified time | relevance | path

Searched refs:ClearColorValue (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp3212 union ClearColorValue union
3214 ClearColorValue( const std::array<float,4>& float32_ = { {0} } ) in ClearColorValue() function
3219 ClearColorValue( const std::array<int32_t,4>& int32_ ) in ClearColorValue() function
3224 ClearColorValue( const std::array<uint32_t,4>& uint32_ ) in ClearColorValue() function
3229 ClearColorValue& setFloat32( std::array<float,4> float32_ ) in setFloat32()
3235 ClearColorValue& setInt32( std::array<int32_t,4> int32_ ) in setInt32()
3241 ClearColorValue& setUint32( std::array<uint32_t,4> uint32_ ) in setUint32()
3311 ClearValue( ClearColorValue color_ = ClearColorValue() ) in ClearValue()
3321 ClearValue& setColor( ClearColorValue color_ ) in setColor()
3339 ClearColorValue color;
[all …]
/external/vulkan-validation-layers/demos/
Dcube.cpp503 vk::ClearColorValue(std::array<float, 4>({0.2f, 0.2f, 0.2f, 0.2f})), in draw_build_cmd()