Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1734)

Delta Between Two Patch Sets: include/GLSLANG/ShaderLang.h

Issue 6822077: Interface design for user-defined name hashing. (Closed) Base URL: http://angleproject.googlecode.com/svn/trunk/
Left Patch Set: Created 12 years, 1 month ago
Right Patch Set: Created 12 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/build_angle.gypi » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 // 1 //
2 // Copyright (c) 2002-2010 The ANGLE Project Authors. All rights reserved. 2 // Copyright (c) 2002-2010 The ANGLE Project Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be 3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file. 4 // found in the LICENSE file.
5 // 5 //
6 #ifndef _COMPILER_INTERFACE_INCLUDED_ 6 #ifndef _COMPILER_INTERFACE_INCLUDED_
7 #define _COMPILER_INTERFACE_INCLUDED_ 7 #define _COMPILER_INTERFACE_INCLUDED_
8 8
9 #if defined(COMPONENT_BUILD) 9 #if defined(COMPONENT_BUILD)
10 #if defined(_WIN32) || defined(_WIN64) 10 #if defined(_WIN32) || defined(_WIN64)
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 COMPILER_EXPORT void ShGetNameHashingEntry(const ShHandle handle, 382 COMPILER_EXPORT void ShGetNameHashingEntry(const ShHandle handle,
383 int index, 383 int index,
384 char* name, 384 char* name,
385 char* hashedName); 385 char* hashedName);
386 386
387 #ifdef __cplusplus 387 #ifdef __cplusplus
388 } 388 }
389 #endif 389 #endif
390 390
391 #endif // _COMPILER_INTERFACE_INCLUDED_ 391 #endif // _COMPILER_INTERFACE_INCLUDED_
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b