I'm seeing this warning at each frame:
WARNING: ID3D10Device::DrawIndexed: Index buffer has not enough space! [
EXECUTION WARNING #359: DEVICE_DRAW_INDEX_BUFFER_TOO_SMALL ]
Can anyone tell me if they know specifically what this is trying to tell
me ?
Thank you,
Dylan
I'd recommend using the DirectX Control Panel Utility to set a breakpoint on
that specific warning. Add your application to the list, go to Break
Settings subpanel, enable break on, and add that message to the Break on
Message ID list. Run under a debugger and then you should be able to examine
that call in detail.
--
Chuck Walbourn
SDE, XNA Developer Connection
This posting is provided "AS IS" with no warranties, and confers no rights.