-
```
All of this is taken from a post I made on GameDev a while back:
http://www.gamedev.net/community/forums/topic.asp?topic_id=564300
I seem unable to create an InputLayout using the
ShaderSignature…
-
```
Our samples situation has started to get messy again. It's time to rework
how we want to handle them.
First off, here's the consolidated list of community samples thus far:
http://www.gamedev.net…
-
```
It was missing the [width = bitmap.getWidth(); height = bitmap.getHeight();]
underneath of gl.glBindTexture in the load function. It wouldn't work properly
without it.
```
Original issue repo…
-
```
Add a way to get the required Vertex Declaration (DX9) or Input Layout
(DX10/DX11) for a shader via the Effects Framework as discussed here:
http://www.gamedev.net/community/forums/topic.asp?top…
-
```
Our samples situation has started to get messy again. It's time to rework
how we want to handle them.
First off, here's the consolidated list of community samples thus far:
http://www.gamedev.net…
-
```
All of this is taken from a post I made on GameDev a while back:
http://www.gamedev.net/community/forums/topic.asp?topic_id=564300
I seem unable to create an InputLayout using the
ShaderSignature…
-
```
Add a way to get the required Vertex Declaration (DX9) or Input Layout
(DX10/DX11) for a shader via the Effects Framework as discussed here:
http://www.gamedev.net/community/forums/topic.asp?top…
-
```
Our samples situation has started to get messy again. It's time to rework
how we want to handle them.
First off, here's the consolidated list of community samples thus far:
http://www.gamedev.net…
-
```
It was missing the [width = bitmap.getWidth(); height = bitmap.getHeight();]
underneath of gl.glBindTexture in the load function. It wouldn't work properly
without it.
```
Original issue repo…
-
```
All of this is taken from a post I made on GameDev a while back:
http://www.gamedev.net/community/forums/topic.asp?topic_id=564300
I seem unable to create an InputLayout using the
ShaderSignature…