FastUIDraw
|
file fastuidraw_bit_utils.glsl.hpp More...
Go to the source code of this file.
Macros | |
#define | FASTUIDRAW_EXTRACT_BITS(bit0, num_bits, src) fastuidraw_extract_bits(uint(bit0), uint(num_bits), uint(src)) |
Functions | |
void | fastuidraw_do_nothing (void) |
uint | fastuidraw_extract_bits (uint bit0, uint num_bits, uint src) |
file fastuidraw_bit_utils.glsl.hpp
Copyright 2018 by Intel.
Contact: kevin .rog ovin@ gmai l.com
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Definition in file fastuidraw_bit_utils.glsl.hpp.