1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7    <title>SetVertexUniformInt</title>
8  </head>
9  <body>
10    <h1><CODE><a href="../../../nw/Overview.html">nw</a>::<a href="../../../nw/gfx/Overview.html">gfx</a>::<a href="../../../nw/gfx/ShaderProgram/Overview.html">ShaderProgram</a>::SetVertexUniformInt</CODE> Member Function</h1>
11    <h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14void SetVertexUniformInt(
15     int index,
16     <span>s32</span> value
17) const;
18void SetVertexUniformInt(
19     int index,
20     <span>s32</span> x,
21     <span>s32</span> y
22) const;
23void SetVertexUniformInt(
24     int index,
25     <span>s32</span> x,
26     <span>s32</span> y,
27     <span>s32</span> z
28) const;
29</pre>
30    </div>
31    <h2>List of Overloaded Member Functions</h2>
32    <div class="section">
33      <table class="members">
34        <tr>
35          <td>
36            <a href="./SetVertexUniformInt(0).html"><CODE>SetVertexUniformInt(int, s32)</CODE> </a>
37          </td>
38          <td>Sets values for <CODE>int</CODE> types.</td>
39        </tr>
40        <tr>
41          <td>
42            <a href="./SetVertexUniformInt(1).html"><CODE>SetVertexUniformInt(int, s32, s32)</CODE> </a>
43          </td>
44          <td>Sets values for <CODE>int</CODE> types.</td>
45        </tr>
46        <tr>
47          <td>
48            <a href="./SetVertexUniformInt(2).html"><CODE>SetVertexUniformInt(int, s32, s32, s32)</CODE> </a>
49          </td>
50          <td>Sets values for <CODE>int</CODE> types.</td>
51        </tr> </table>
52    </div>
53    <h2>Description of <CODE>SetVertexUniformInt(int, s32)</CODE></h2>
54    <div class="section">
55      <p>Sets values for <CODE>int</CODE> types.</p>
56    </div>
57    <h2>Description of <CODE>SetVertexUniformInt(int, s32, s32)</CODE></h2>
58    <div class="section">
59      <p>Sets values for <CODE>int</CODE> types.</p>
60    </div>
61    <h2>Description of <CODE>SetVertexUniformInt(int, s32, s32, s32)</CODE></h2>
62    <div class="section">
63      <p>Sets values for <CODE>int</CODE> types.</p>
64    </div>
65  <hr><p>CONFIDENTIAL</p></body>
66</html>
67