j
k
j a
j l
2008/8/24 Fabian Bieler der.fabe@gmx.net:
if (use_vs(stateblock->wineD3DDevice) && (enable ^ supported_by_shader_backend) & enable) {
Did you mean to write if (use_vs(stateblock->wineD3DDevice) && (enable & ~supported_by_shader_backend)) { there?
Back to the thread
Back to the list