forked from wadetb/renderdoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.h
More file actions
43 lines (38 loc) · 1.46 KB
/
resource.h
File metadata and controls
43 lines (38 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by renderdoc.rc
//
#define TYPE_EMBED 256
#define RESOURCE_debugdisplay_hlsl 101
#define RESOURCE_debugtext_hlsl 102
#define RESOURCE_debugcbuffers_h 103
#define RESOURCE_debugcommon_hlsl 104
#define RESOURCE_histogram_hlsl 105
#define RESOURCE_multisample_hlsl 106
#define RESOURCE_blit_vert 201
#define RESOURCE_blit_frag 202
#define RESOURCE_texdisplay_frag 203
#define RESOURCE_checkerboard_frag 204
#define RESOURCE_generic_vert 205
#define RESOURCE_generic_frag 206
#define RESOURCE_mesh_vert 207
#if !defined(STRINGIZE)
#define STRINGIZE2(a) #a
#define STRINGIZE(a) STRINGIZE2(a)
#endif
#define RENDERDOC_VERSION_MAJOR 0
#define RENDERDOC_VERSION_MINOR 20
#define GIT_COMMIT_HASH "NO_GIT_COMMIT_HASH_DEFINED"
//#define RENDERDOC_OFFICIAL_BUILD // used to determine whether to submit auto crash reports
#define RENDERDOC_VERSION_STRING STRINGIZE(RENDERDOC_VERSION_MAJOR) "." STRINGIZE(RENDERDOC_VERSION_MINOR)
#define RENDERDOC_VERSION_STRING_W WIDEN(STRINGIZE(RENDERDOC_VERSION_MAJOR)) L"." WIDEN(STRINGIZE(RENDERDOC_VERSION_MINOR))
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40029
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif