Ignore:
Timestamp:
Mar 28, 2008, 5:43:34 PM (16 years ago)
Author:
イグトランス (egtra)
Message:

インクルードガードとその他不要な前処理定義などの削除

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Include/directx9/d3d9caps.sbp

    r1 r497  
    11'd3d9caps.sbp
    2 
    3 
    4 #ifndef _INC_D3D9CAPS
    5 #define _INC_D3D9CAPS
    6 
    72
    83Type D3DVSHADERCAPS2_0
     
    139134    MaxVShaderInstructionsExecuted As DWord
    140135    MaxPShaderInstructionsExecuted As DWord
    141     MaxVertexShader30InstructionSlots As DWord 
     136    MaxVertexShader30InstructionSlots As DWord
    142137    MaxPixelShader30InstructionSlots As DWord
    143138End Type
     
    163158Const D3DCAPS3_ALPHA_FULLSCREEN_FLIP_OR_DISCARD = &H00000020
    164159
    165 ' Indicates that the device can perform a gamma correction from 
     160' Indicates that the device can perform a gamma correction from
    166161' a windowed back buffer containing linear content to the sRGB desktop.
    167162Const D3DCAPS3_LINEAR_TO_SRGB_PRESENTATION = &H00000080
     
    246241Const D3DPRASTERCAPS_SCISSORTEST         = &H01000000
    247242Const D3DPRASTERCAPS_SLOPESCALEDEPTHBIAS = &H02000000
    248 Const D3DPRASTERCAPS_DEPTHBIAS           = &H04000000 
     243Const D3DPRASTERCAPS_DEPTHBIAS           = &H04000000
    249244Const D3DPRASTERCAPS_MULTISAMPLE_TOGGLE  = &H08000000
    250245
     
    395390Const D3DDTCAPS_FLOAT16_2 = &H00000100
    396391Const D3DDTCAPS_FLOAT16_4 = &H00000200
    397 
    398 
    399 #endif '_INC_D3D9CAPS
Note: See TracChangeset for help on using the changeset viewer.