I'm having difficulties with making a shader. I've been trying to make one that scales the object. This is the code:
The FX file:
struct PS_INPUT{
float4 Position : POSITION;
float2...
Type: Posts; User: happygreenfrog; Keyword(s):
I'm having difficulties with making a shader. I've been trying to make one that scales the object. This is the code:
The FX file:
struct PS_INPUT{
float4 Position : POSITION;
float2...