Simple bump mapping

Is there a way to apply bump/displacement mapping without the VertexProgramState, FragmentProgramState, Normal Map,… stuff mentioned in TestFragmentProgramState? I’d prefer a way where I just have to assign one grayscale height map to the texture to get the bump effect like it could be done in many 3D modelling/rendering tools…