summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/depthreader.h
blob: 6dad9d9d7c8edb46c1d26991984063dd836b7030 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#ifndef __DRAWBGFX_DEPTH_READER__
#define __DRAWBGFX_DEPTH_READER__

#include "statereader.h"

class depth_reader : public state_reader {
public:
    static uint64_t read_from_value(const Value& value);

private:
    static const int FUNCTION_COUNT = 8;
    static const string_to_enum FUNCTION_NAMES[FUNCTION_COUNT];
};

#endif // __DRAWBGFX_DEPTH_READER__
samplers (#13623) Devin Acker40 hours7-30/+736 * Merge tag 'mame0277' into HEAD Vas Crabb45 hours3-6/+6 |\ | * Bumped version to 0.277mame0277 Vas Crabb2 days3-6/+6 * | - atari/jaguar.cpp: adjusted clock of the MIPS based games to the actual chip... Ivan Vangelista46 hours4-22/+104 * | sound: make sure m_samples_to_update is 0 when returning from update() hap2 days1-34/+34 * | audiomix: update docs after prev commit hap2 days1-1/+2 * | audiomix: more control over db adjustment (like with sliders, hold shift for ... hap2 days2-64/+45 * | moog/source.cpp: emulating envelope generators and LFO timing. (#13636) m1macrophage2 days4-37/+425 * | audiomix: use fat triangles instead of arrows for L/R indicators hap2 days1-21/+20 * | namcos12_cdxa: fix crash on set output gain hap2 days2-19/+2 * | oberheim/dmx.cpp: Adapting to new sound interface. (#13637) m1macrophage2 days1-2/+2 * | Fixed a bunch of new audio system regressions for various Macintosh models. [... arbee3 days8-26/+29 * | astrob: apply same fix as spacfury hap3 days1-1/+1 * | sound sliders: correction to prev commit hap3 days1-1/+1 * | sound sliders: multiply internal value by 10 to allow fine grained slider con... hap3 days2-16/+21 * | sound sliders: press Del to set to 0db like before (mute is alt+left) hap3 days1-3/+3 * | Make avi able to do more than stereo Olivier Galibert3 days1-1/+1 * | Some like it wide Olivier Galibert3 days1-12/+12 * | cassette/misc: small cleanup hap3 days3-41/+34 * | More fixes Olivier Galibert3 days2-3/+5 * | Merge remote-tracking branch 'mainline/release0277' into HEAD Vas Crabb3 days3-5/+5 |\| | * Small fixes: Vas Crabb3 days4-6/+6 * | Cleaned up various things. Vas Crabb3 days7-204/+219 * | New working clones