mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(gx): remove placeholder gx caps (#45)
This commit is contained in:
parent
0e0b57fce9
commit
907c3faf8f
14 changed files with 57 additions and 61 deletions
|
|
@ -24,11 +24,11 @@ void CWorld::Initialize() {
|
|||
|
||||
// TODO
|
||||
|
||||
if (GxCaps()->m_pixelShaderTarget > GxShPS_none) {
|
||||
if (GxCaps().m_pixelShaderTarget > GxShPS_none) {
|
||||
CWorld::s_enables |= Enables::Enable_PixelShader;
|
||||
}
|
||||
|
||||
if (GxCaps()->m_vertexShaderTarget > GxShVS_none) {
|
||||
if (GxCaps().m_vertexShaderTarget > GxShVS_none) {
|
||||
CWorld::s_enables2 |= Enables2::Enable_VertexShader;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue