Texture without shaders

Is it posible to texture a primative without the use of a shader? (Like in managed DirectX) All the tutorials seem to use a effect to accomplish this. I'm asking this becouse I want to keep the system requirement for my program as low as possible.

[256 byte] By [Bosch571] at [2007-12-25]
# 1
No. XNA is a shader based platform, so it is impossible to draw anything without using a shader.
ShawnHargreaves-MSFT at 2007-9-3 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...
# 2
You can use the simple effect that runs a shader behind the scenes
exal at 2007-9-3 > top of Msdn Tech,Game Technologies: DirectX, XNA, XACT, etc.,XNA Framework...