hlsl problem

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
aslanbey0158
Posts: 52
Joined: April 15th, 2017, 10:48 am

hlsl problem

Post by aslanbey0158 » August 19th, 2020, 7:51 pm

i send file
Attachments
hw3d-master.rar
(427.85 KiB) Downloaded 199 times

albinopapa
Posts: 4373
Joined: February 28th, 2013, 3:23 am
Location: Oklahoma, United States

Re: hlsl problem

Post by albinopapa » August 19th, 2020, 7:58 pm

according to the properties, it's set to be a Geometry Shader and not a Pixel Shader
same goes for the TextureVS, that is also marked GS instead of VS
Also, looks like you're missing some #includes
If you think paging some data from disk into RAM is slow, try paging it into a simian cerebrum over a pair of optical nerves. - gameprogrammingpatterns.com

Post Reply